An open API service indexing awesome lists of open source software.

https://github.com/backendtea/csv_null_remover


https://github.com/backendtea/csv_null_remover

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

#CSV Null Remover

This simply removes the null values from a csv file and replaces them with and empty string: ''. It then writes this to a new file named 'reformated - orignialfilename.csv'

how to run:

./start [/path/to/file.csv]