JVCL Help:TJvCsvDataSet.Separator
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCsvDataSet.Separator Property
[+] TJvCsvDataSet Events
[+] TJvCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
Advanced Users Only. Specify Custom Separator Character.
Pascal
propertySeparator: Char;
Description
Default is ',' (comma). If you aren't sure what to do, leave this field alone. Normally CSV files use a comma to separate fields, but other ASCII delimited file types, such as TAB (Chr(9)) are possible. Set this to the character you wish to use to separate the fields. Some values are not valid, such as Carriage Return, Linefeed, Space, Quotes, Escape characters, etc. Also, using any alphanumeric character would be a very very bad idea.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page