Hello Professionals,
Much appreciated to help me understand a couple questions below:
1/ Output tool: how different setups for the two attached questions. The solutions checked the same box and selected the same Field Agency in the bottom left corner? What the output files look like (both the file links and the file names) between these two questions? On my end, when running, looks like Alteryx messed up all the outputs, so I'm confused. Any clear explanations to make me understand is much appreciated.
2/ Running the Output the 1st time (write new) successfully without an error. Haven't changed anything but run the Output the 2nd time, the output shows an error. How to fix this error?
3/ What is the delimiter for the CSV input file? Is it a dot or a comma? Does the Text Input have any delimiters? If yes, what is it? Any instruction to help me learn more about Alteryx is much thankful.
4/ What tools in Preparation can save the string/expression data?
Thank you,
Solved! Go to Solution.
Your output path in the formula tool is incorrect, and because it is overwriting your output tool option - therefore the error appears whereby the path does not exist. It does not exist because it is wrong.
It is wrong because you forgot to include one more “/“ after Output folder path. Remember, your directory path has to end with “/“, then followed by your file name, then file extension (.CSV/.XLSX for example), then if you have sheets - this is optional - you can include ||| three bars to show to Alteryx the following statements after the bars are your sheet names. Since it’s CSV, you can skip the last bit.
Try it and let me know.
Thanks so much @caltang. No 7 Output is now successful without errors. I've noticed I could write 2 different ways in the Formula Tool and the Output Tool still resulted in the same file names (attached).
Again, thank you very much for this learning. If anything you could help me to learn more, really appreciated.
Cheers buddy! Let me know if you need anything else.
Hello @caltang ,
Hope you are doing well and much appreciated your guidance. I've reviewed the Output Files and realized that Output No 1, 2, & 6 are the same; Output No 3&4 only produced one tab - Yuba county though the Alteryx result window showed all counties for each tab. Additionally, the No 6 Output is saved in folder, but the result window didn't show No 6 Output. Because Alteryx only allows 5 attachments each message, I will attach the result window in another message.
Thank you for your time and instructions.
Hello @caltang,
Attached please find the workflow I used to output that I updated to my computer and your original output. Attached you can see Output No 4 lists all the counties (Output No 3 lists the same) but the Excel output files only created one county Yuba. After out No 4 is output No 5, and then it jumped to output No 7, there isn't output No 6 in the result window. Output No 7 was successful per our discussion yesterday.
If I'm missing anything, really appreciate your instructions.
Thank you,
Hi @hlannguyen I'm actually doing a project right now and it's quite hard for me to respond fast - Do you mind waiting for a bit?
I'll just say please check your folders again, because for the multi-csv output, it's supposed to output multiple CSVs with 1 sheet each. You should check the externals folder or check your formula again if possible
Hi @caltang ,
Appreciate your time. Please no need to be hurried and take your time for your project. I checked the external folders and they all are empty.
That's my question. For the multi CSVs and XSLXs, they should have created multi tabs in the same workbook, but they didn't.
Okay - let me break it down for you one by one...
I've attached the workflow again, try this new one and it should work for you. Sorry mate!
Your output path for No. 7...
"C:\Users\hlann\OneDrive\Desktop\Alteryx\Core Certification\Data Preparation\Output\output_try_it_LN\Output\No 7" + ""
+[Agency] + ".csv"
Why don't you try...
"C:\Users\hlann\OneDrive\Desktop\Alteryx\Core Certification\Data Preparation\Output\output_try_it_LN\Output\No 7" + "\"
+[Agency] + ".csv"
Make sure you have a subfolder in Output folder called "No 7" subfolder. Then try again - you forgot the "\"!
Thanks so much @caltang. Successful. Looks like the No 3 & No 4 Outputs are the same contents just different file names.