/TXT-to-CSV

Python script to convert tab delimited txt files to csv 📋

Primary LanguagePythonMIT LicenseMIT

.txt to .csv converter

Python script to convert tab delimited .txt files to .csv

Make sure to specify the following variables in the TXTtoCSV.py file

* input_file (i.e. input.txt)
* output_file (i.e. output.csv)
* num_columns (i.e. 5)