I would like to write a text file and put the information on multiple lines using the CSV writer. I see how to put multiple fields but I cannot find how to put my information on multiple lines.
Thanks for your help!
I would like to write a text file and put the information on multiple lines using the CSV writer. I see how to put multiple fields but I cannot find how to put my information on multiple lines.
Thanks for your help!
Best answer by takashi
Probably the CSV writer cannot be used to write a csv record containing a newline within it. How about using the Text File writer instead?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.