Turn a horizontal csv file into a non csv separated vertical

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
apicius
Posts: 2
Joined: Tue Jul 31, 2012 8:11 am
Location: Cheltenham, UK
Contact:

Turn a horizontal csv file into a non csv separated vertical

Post by apicius »

Hi

I'm new to the forum but have been a subscribed and occasionally free user for some years.
Now for the first time I have a problem.

I am try to convert a wrapped, comma separated,horizontal list of about 80,000 words into one single line vertical listing.

I could of course do it manually...but thought I'd give the forum a try first.

Thanks in advance.

Apicius.
ak47wong
Posts: 703
Joined: Tue Aug 12, 2003 9:37 am
Location: Sydney, Australia

Post by ak47wong »

Perform a Replace operation as follows:

Find what: ,
Replace with: \n

Select Regular expression.
Click Replace All.
apicius
Posts: 2
Joined: Tue Jul 31, 2012 8:11 am
Location: Cheltenham, UK
Contact:

Post by apicius »

Hi ak47wong

Firstly,thanks for rapid response, and many thanks for the information...I now have my list.

Thanks again.

Apicius
Post Reply