https://github.com/backendtea/csv_null_remover
https://github.com/backendtea/csv_null_remover
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/backendtea/csv_null_remover
- Owner: BackEndTea
- License: mit
- Created: 2016-10-16T13:53:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T13:57:02.000Z (over 9 years ago)
- Last Synced: 2025-06-13T07:45:51.249Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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]