Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: PatmanHow do you create a single file per record whereby the filename and content are in the fields?
Records:
FILENAME, CONTENT
aaa.txt, content1
bbb.txt, content2
ccc.txt, content3
Given these records, I would like to create 3 files having their corresponding contents.