Hello,
I'm still new to Alteryx and trying to learn. I've a question regard output to CSV format and I need a header to be added along with details in the CSV. So I tried using the Union tool to add these two data sets and output them to CSV, now Alteryx is adding "," to null values in the first header row as there are more columns in the detail data and header has only two columns. Following is the output of the CSV when opened in notepad.
03162018,08,,,,
ABC,GFK,PDQ,XYZ,123,345
Is is possible to output to CSV without the extra comma's in the first row? For example in the following format.
03162018,08
ABC,GFK,PDQ,XYZ,123,345
Attached the sample workflow. Let me know if you need more information or have any questions.
Thanks in advance!