Hi. Had a look around, but couldn't find anything related to this :/
Basically, I have a text file, consisting of;
address1|
address2|
address3|
another line|field|123455|
address1|
address2|
address3|
I need to get it to look like;
test|field|123455|address1|address2|address3|
anotherline|field|123455|address1|address2|address3|
Anyone got any suggestions as how I could do this?
I just don't seem to be making any progress :(
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Basically, I have a text file, consisting of;
Code:
test|field|123455| address1|
address2|
address3|
another line|field|123455|
address1|
address2|
address3|
I need to get it to look like;
test|field|123455|address1|address2|address3|
anotherline|field|123455|address1|address2|address3|
Anyone got any suggestions as how I could do this?
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

