Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/backendtea/csv_null_remover


https://github.com/backendtea/csv_null_remover

Last synced: 17 days 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]