Hi,
Thanks in advance for any help. I have the following input and want the following output in .csv
Have Need
Field1 Field2 Field3 "abc","123","B12"
abc 123 B12
I need to drop the Headers and everything needs to be in double quotes and needs to separated by a comma. What is the best/easiest way to go about that?