Search found 1 match

by john
Thu Jul 21, 2005 5:23 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: add field and append 2 fields into new added field; reformat
Replies: 1
Views: 8990

add field and append 2 fields into new added field; reformat

Example: csv file with a header

"name","addr1","filler","addr2","city"
"john","123 main st","-","apt 1024","pensacola"


Would like new output to look like
"name","address","city"
"john","123 main st apt 1024","pensacola"


I would like to process the csv file with header taking addr1 and addr2 ...