Skip to content

Maxoulfou/Go-convert-csv-to-txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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