Note: Applicable only to Delimited Content Parser and Fixed Width Content Parser
If you specify custom object fields:
•The output includes an empty element for any headers not found in the parsed file. To skip some fields, simply omit them from the list of Custom Object Fields in the Event Source properties.
•The output still includes file information.
•The process object name is derived as <sourceName>Content, to represent a collection of record objects and other details.
•When you have several delimited content or fixed width event sources, each of them uses its own custom content and record objects. The record object uses the format <sourceName>Record.
•Field names are converted to NCName format, to remove any prohibited characters from the header names and ensure they are valid process object field names.
For example, to process this .csv file, you might specify custom object fields with the header names "Age, Born, User Name, Salary":
Age,Born,User Name 22,1987,Bob Smith 45,1999,Bill White
In this case, the results appear similar to the following example. The <Salary> element is empty because it was specified as a custom object field but the source file did not contain the "Salary" header:
<MyUserFileContent> <fileInfo> <!-- for FTP/SFTP only --> <host>127.0.0.1</host>