convert pipe delimited to tab delimited csv

Any and all non-support discussions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

convert pipe delimited to tab delimited csv

Postby Op3r » Wed Jul 08, 2009 2:55 pm

Does any one know how to convert a comma delimited or pipe delimited to a tab delimited file on console?

I was trying to upload like 250k leads at 1 time as open office sucks when dealing with more than 65k rows.
Get paid for US outbound Toll Free calls. PM me.
Op3r
 
Posts: 1424
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila

Postby okli » Wed Jul 08, 2009 4:53 pm

Code: Select all
tr ',' '\t' < in.txt > out.txt

or
Code: Select all
sed 's/,/\t/g' in.txt > out.txt


In Windows I use Notepad++, or CSVEd for smaller files, or CygWin tools for large files.
okli
 
Posts: 669
Joined: Mon Oct 01, 2007 5:09 pm

Postby Op3r » Wed Jul 08, 2009 4:56 pm

ok thanks.

I just wasted 2 hours uploading 250k leads on 1 file using the web loader :(
Get paid for US outbound Toll Free calls. PM me.
Op3r
 
Posts: 1424
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila

Postby okli » Wed Jul 08, 2009 5:01 pm

You must be brave :)

I won't take the risk to upload more than 100k leads at once using the web list loader.
okli
 
Posts: 669
Joined: Mon Oct 01, 2007 5:09 pm

Postby Op3r » Wed Jul 08, 2009 5:21 pm

there's always the first time on everything :D
Get paid for US outbound Toll Free calls. PM me.
Op3r
 
Posts: 1424
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila

Postby Op3r » Wed Jul 08, 2009 5:46 pm

although I didint get to upload all the 250k leads as It only uploaded 223k leads but it was fun.
Get paid for US outbound Toll Free calls. PM me.
Op3r
 
Posts: 1424
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila

Postby okli » Thu Jul 09, 2009 7:22 am

223k must be a good result :D

I wonder- is there anyone uploaded more through the web loader? If yes- what were php.ini settings?
okli
 
Posts: 669
Joined: Mon Oct 01, 2007 5:09 pm


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 209 guests