Unit presenting a CSV file as a 2-dimensional array.
uses |
||
System, |
||
|
Various general purpose classes: stack, queue, objectlists. |
|
|
Unit to read and write a CSV file. |
|
|
Implements Buffered streams. |
The CSVDocument unit offers the TCSVDocument class which can be used to read, manipulate and write the contents of a CSV file. It uses the methods of the #fcl.csvreadwrite.TCSVParser and #fcl.csvreadwrite.TCSVBuilder units to read and write the actual file.