usage: destroy_nulls.py [-h] [--overwrite] input_filepath [output_filepath]
Process a file to remove BOM and NULL characters, re-encode as UTF8.
positional arguments:
input_filepath Path to the input file
output_filepath Path to the output result file
options:
-h, --help show this help message and exit
--overwrite If specified, overwrite the input file in place
python3 destroy_nulls.py airtable_output.csv --overwrite