CommonEngineReadCsv Method |
| Name | Description | |
|---|---|---|
| ReadCsv(String) |
A fast way to read record by record a CSV file delimited by ','.
The fields can be quoted.
| |
| ReadCsv(String, Char) |
A fast way to read record by record a CSV file with a custom
delimiter. The fields can be quoted.
| |
| ReadCsv(String, Char, Int32) |
A fast way to read record by record a CSV file with a custom
delimiter. The fields can be quoted.
| |
| ReadCsv(String, Char, Encoding) |
A fast way to read record by record a CSV file with a custom
delimiter. The fields can be quoted.
| |
| ReadCsv(String, Char, Int32, Encoding) |
A fast way to read record by record a CSV file with a custom
delimiter. The fields can be quoted.
|