F.2.7 library(csv)
| csv_read_file/2 | Read a CSV file into a list of rows. |
| csv_read_file/3 | Read a CSV file into a list of rows. |
| csv_read_file_row/3 | True when Row is a row in File. |
| csv_write_file/2 | Write a list of Prolog terms to a CSV file. |
| csv_write_file/3 | Write a list of Prolog terms to a CSV file. |
| csv_write_stream/3 | Write the rows in Data to Stream. |
| csv/3 | Prolog DCG to `read/write' CSV data. |
| csv/4 | Prolog DCG to `read/write' CSV data. |