Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 461 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 461 Bytes

Go convert csv to txt Build status

This snippet of code allows you to sort the emails contained in a .csv file into a text file. The emails are extracted and placed in non-alphabetical order in a file (.txt preferably).


The use is very simple, the available commands are the following:

./converter help : Displays the script help

./converter source.csv final_file.txt