Ensure every row has an equal amount of columns.
Source position: csvreadwrite.pp line 100
public property TCSVHandler.EqualColCountPerRow : Boolean |
EqualColCountPerRow must be set to report an equal amount of columns for every row when reading and writing. Empty columns will be reported or added for every row where the number of columns is less than the maximal amount of columns. This property is not used in the TCSVParser or TCSVBuilder classes. It is used in the TCSVDocument class. The default is True.
|
Class to parse a CSV file. |
|
|
Class to write a CSV file. |
|
|
Class representing a CSV document in memory. |