Hello gurus -
For some reason, our vendor wants a csv that has multiple record definitions within the same .csv
type, action, account, name
A, add, 012345, 'brian'
A, update, 23456, 'scott'
type, action, address, major_malfunction
P, add, 942 evergreen terrace, 'insufficient funds'
P, delete, 300 main street, 'Main street closed due to lack of interest'
Gathering the data is easy. Getting it out into a single .csv is a little more vexing. Anyone have any ideas?
Thanks.
brian