ICSVExtractor Properties
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The ICSVExtractor type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowStandalonePunctuation | Sets whether to allow standalone punctuation characters. If false, they will be merged with nearest text object. | |
CSVQuotaionSymbol | Sets the CSV quotation symbol. Default is double quote. | |
CSVSeparatorSymbol | Sets the CSV separator symbol. Default symbol is taken from the current culture settings (CultureInfo.CurrentCulture.TextInfo.ListSeparator). | |
DetectStrikeoutTextStyle | Get or sets whether to detect the "strikeout" text style. Default is false. | |
DetectUnderlineTextStyle | Get or sets whether to detect the "underline" text style. Default is false. | |
NormalizeCSV | Makes CSV data produced from multiple pages contain the same number of columns. This may be required for data export tools that do not support CSV with variable number of columns per row. | |
PageSeparator | Sets the page separator. If not empty, the extractor will insert between pages in the generated CSV data a row that will contain specified text in the first column. |
See Also