OliverCollins / TXT-to-CSV

Python script to convert tab delimited txt files to csv πŸ“‹

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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)

About

Python script to convert tab delimited txt files to csv πŸ“‹

License:MIT License


Languages

Language:Python 100.0%