Need help splitting lines using reg ex in textpad
Posted: Fri Nov 21, 2008 3:37 pm
Hi, if this solution is already out here in the forum I apologize in advance, I have been searching for a few days without any success.
I have a cvs file full of records that need to split into a different format
Example
A,B,D,1234
V,S,A,5432
Needs to be in the following format
A
B
D
1234
V
S
A
5432
** Note **
In a nutshell I need to create a four line record, with a blank line between each record
I have a cvs file full of records that need to split into a different format
Example
A,B,D,1234
V,S,A,5432
Needs to be in the following format
A
B
D
1234
V
S
A
5432
** Note **
In a nutshell I need to create a four line record, with a blank line between each record