View Single Post
Member: rayman1
at: 07:28 PM 06/23/2009
How do you do this,

"Open a shell and change to the directory where you saved your CSV. Run the following command:

echo First Name,Last Name,Email Address > toImport.csv ; cat myExport.csv |cut -d”,” -f1,2,5 >>toImport.csv?"

I don't know what a shell is
Reply