Line parsing with consecutive unquoted white spaces

If a line contains consecutive unquoted white spaces (that is, consecutive tabs or spaces in a line that do not fall within a pair of quotation marks), the probe can either maintain all the white spaces in the line or reduce the consecutive white spaces to a single space.

To specify that the probe maintains consecutive unquoted white spaces, set the ParserPreserveLine property to true. Otherwise, set the ParserPreserveLine property to false.