Unit to read and write a CSV file.
uses |
||
System, |
||
strutils; |
|
String routines. |
The csvreadwrite unit contains a class TCSVParser which allows you to read a CSV file, and TCSVBuilder which allows you to create a CSV file. In both classes, it offers options to handle various kinds of CSV formats. These classes are used in the TCSVDocument class (a class that offers a matrix-like representation of the CVS data) to read and write the CSV file.