Comments, strings, and fixed formats may create "noise" in parser extractions. The more specific you are in defining how you want the parser to handle these and similar text file characteristics, the cleaner your results will be.
The table below shows the formatting options in alphabetical order. Option values are modified automatically depending on your choices in other fields.
Option | Description |
---|---|
EndingColumn | The last valid column of the source. |
HasEndingColumn | Whether the source has an ending column. |
HasLiteralContinuationSymbol | Whether the source has a literal continuation symbol. |
HasMultiLineComment | Whether the source has multiline comments. |
HasSingleLineComment | Whether the source has single line comments. |
HasSingleLineCommentContinuation | Whether the source has single line comment continuations. |
HasStartingColumn | Whether the source has a starting column. |
HasStringLiteralSymbol | Whether the source has symbols used to start string literals. |
IgnoreColumns | Whether to ignore column information before the starting column and after the ending column. |
IgnoreComments | Whether to ignore comments. |
IgnoreStringLiterals | Whether to ignore string literals. |
MultiLineCommentEnd | Symbol for the end of a multiline comment. |
MultiLineCommentStart | Symbol for the start of a multiline comment. |
SingleLineCommentContinuationSymbol | Symbol for the continuation of a single line comment. |
SingleLineCommentStart | Symbol for the start of a single line comment. |
StartingColumn | The first valid column of the source. |
StringLiteralContinuationSymbol | Symbol for the continuation of a string literal. |
StringLiteralSymbol | Symbols for the start of string literals. |