[prev] [index] [next]

CSV Library Interface

Data types required for CSV data
  • strings, arrays of strings
Operations
  • read a line of CSV data from a file (a CSV record)
  • extract individual fields from a CSV record
  • count the number of fields in a CSV record