csv-parser
Here are 523 public repositories matching this topic...
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Oct 31, 2020 - C#
-
Updated
Oct 15, 2020 - Python
-
Updated
Nov 2, 2020 - C++
-
Updated
Nov 3, 2020 - C++
-
Updated
Oct 19, 2020
-
Updated
Sep 21, 2020 - Python
-
Updated
Apr 19, 2020 - C++
-
Updated
Oct 31, 2020 - C#
-
Updated
Oct 9, 2020 - C++
-
Updated
Jul 5, 2020 - Haskell
-
Updated
Oct 21, 2020 - Java
-
Updated
Sep 20, 2020 - Swift
-
Updated
Jul 27, 2020 - C++
-
Updated
Oct 25, 2020 - C#
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
May 23, 2020 - JavaScript
-
Updated
May 1, 2020 - C++
-
Updated
Sep 6, 2020 - TypeScript
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Nov 2, 2020 - Ruby
-
Updated
Jan 8, 2020 - Python
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Aug 28, 2020 - JavaScript
Improve this page
Add a description, image, and links to the csv-parser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the csv-parser topic, visit your repo's landing page and select "manage topics."
It would be great to have the option "skip N lines", since CSV files often contain not commented headers. Can this be implemented?
For example:
This is a data file generated by some old software.
Next line will contain a headers of parameters.
Temperature, Humidity, Voltage
22.5, 45.5, 220
23.0, 44.0, 219
...
In such case "skipLines: 2" could be added to con