Alteryx Designer Desktop Discussions

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

Download Tool to CSV output

Ilango
7 - Meteor

Hello,

 

I am trying to download a file from SFTP and then write to Azure Data Lake as a CSV file directly. I wanted to do this by neither downloading the file to local computer nor using RegEx tool. I got to a point where I am able to see split the downloaded data into rows and then to columns. See attached.

 

My question is how can I replace current column headings in output with first row in output? Once I am successful, I will then replace browse tool with Azure Data Lake output tool.

 

Thanks in advance.

Ilango

3 REPLIES 3
MarqueeCrew
20 - Arcturus
20 - Arcturus

@Ilango ,

 

 have you tried the dynamic rename tool yet?

 

https://help.alteryx.com/current/DynamicRename.htm 

 

cheers,

 

 mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
afv2688
16 - Nebula
16 - Nebula

Hello @Ilango ,

 

Use the dynamic rename tool and set it to 'take names from first row of data'

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Regards

Ilango
7 - Meteor

Hello Mark,

 

Great. It worked perfectly. Thank you.

Labels