=== CSV === Description =========== CSV, or comma-separated values, is a format used to store tabled data. CSV documents may include a header row or rows and can include header columns as well. Example ======= :: "header 1", "header 2", "header 3" 1, 2, 3 v21, v22, v23