delphi spirit, forever

Posts Tagged ‘csv

09 Nov, 2008

How do you parser CSV file use delphi

Posted by: admin In: delphi tips

The wpsCsvParser has been updated to support parsing Tab Separated Value files. You can specify the value separator type by setting the new ValueSeparatorType property to either vsCsv or vsTab. Or you can set the ValueSeparator property to any character you wish to use as the separator. The default is vsCsv for CSV parsing. From [...]

Tags: