This repo is an example about how to concat large files using Node.js
Restore dependencies with npm ci
- There are the concatener in ./index.js that will concat all
.csv
files and generate thefinal.csv
file with all entries. It will convert data from csv, onname
field it will replace spaces by underscore (_
) then convert to csv again and finally save its output onfinal.csv
.
2018: https://www.kaggle.com/stackoverflow/stack-overflow-2018-developer-survey?select=survey_results_public.csv 2017: https://www.kaggle.com/stackoverflow/so-survey-2017?select=survey_results_public.csv