We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
fireworks
SOLVED

Error: Output Data (14): Error creating the file " C:\Users\mmustkee\Downloads\Raw GPID\Wo

mmustkee
10 - Fireball

Hi Team, I have a workflow in which I am trying to extract around 3500 files in .csv format. I am receiving below error:

 

Error: Output Data (14): Error creating the file " C:\Users\mmustkee\Downloads\Raw GPID\Workflow\Airhelp_0013_Jan 2021_to_Jul 2024.csv||| ": The filename, directory name, or volume label syntax is incorrect. (123)

 

Could you please help me. Please refer output tool configuration:

 

 

 

2 REPLIES 2
cjaneczko
13 - Pulsar

CSV's dont have sheets. Remove the ||| and sheet from the file path. 

apathetichell
20 - Arcturus

You are using a macro/or other process which was designed for excel. you will need to make minor changes to it to accomodate csv - they include dropping the `|||sheetname` additions (or `<List of Sheet Names>` and `|||sheetname` - as wel as confiriming your fileformat is set for csv - not excel.

Labels
Top Solution Authors