Must the parser attempt to read the BOM marker ?
Source position: csvreadwrite.pp line 163
public property TCSVParser.DetectBOM : Boolean |
DetectBOM can be set to True if you want the CSV parser to attempt to detect a BOM marker. If set to True, then ResetParser will attempt to read the BOM marker when the CSV data is set using SetSource The result of the detection is available the in BOM property) after the source data is set. It follows that DetectBOM must be set before calling SetSource.
|
Set the CSV source data. |
|
|
Reset the parser to its initial state. |
|
|
type of BOM marker found at the start of the data. |