Convert a comma "," delimited file (csv) into a pipes "|" separated file.
To run enter the -i <input_file> and the -o <output_file> names, example:
python -i infile.csv -o outfile.txt
Code is optimized for Python 3.6.2
To create exeutable with cx_Freeze :
python setup.py build