Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Concatenate API Data in chunks

fnkankeu
6 - Meteoroid

Hi,

 

I am trying to read from a website using its API. The data come in CSV format and in chunk of 10MB. The first issue is that the data cut off right at that 10 MB and the next chunk will continue when the last chunk cut off. So I need to find a way to concatenate all the chunks together and use the result to do some data manipulation. I want it to be dynamic so I can use the result in the same workflow and it can work with different number of chunk. 

With my experience with Alteryx I don't think it is possible to do. I just wanted to take a chance by asking the question here. 

I added as an attachment the end and the beginning of 2 chunks I have read with the browse tool. 

I need some help.

 

Thanks

10 REPLIES 10
fnkankeu
6 - Meteoroid

Hi OllieClarke,

 

Thank you very much for your help. I was able to do what I wanted because of you.

 

Thank you to everybody as well to have contributed.

Labels