Parse CSV or Tab Separated Files Using Delphi

Posted by Kirby Turner on September 25, 2006

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.


Posted in programming. Tagged in delphi.


Related Articles