Pinned Loading
-
Split large CSV file into multiple f...
Split large CSV file into multiple files and add headers to each file 1## 1: Split file
2`split -l 5000 data.csv ./split-files`
34## 2: Append suffix '.csv' to each file
5`for f in *; do mv "$f" "$f.csv"; done`
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.