Simple Parser for file endpoint
Use the Simple Parser to read and write entries that consist of attribute name and value pairs. The entries are in the following format:
- Each line has one attributename:value pair.
- Multi-valued attributes use multiple lines.
- Lines with a single period mark the end of an entry.
- \r and \n in the value is an encoding of CR and LF line breaks.
To access the Simple Parser configuration parameters:
- Add a File endpoint.
- On the File endpoint configuration page, click Parser and select Simple Parser from the list.
- Expand the Parser section to view the parameters.
Parameters
- Comment
- Add your comments. The comment is not considered while parsing data.
- Detailed Log
- Select this check box to generate log messages with detailed debug information.
We can also configure the following advanced parameters. Under the Parser section, expand Advanced to view these parameters.
- Character Encoding
- Character encoding to use for reading or writing.
- For more information, go to the SDI documentation and search for Character Encoding conversion.
Parent topic:
File parsers