Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.
Free Trial

Alteryx Designer Desktop Discussions

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

Incremental Load concept for Alteryx workflows

Pankhudri20
8 - Asteroid

Hello,

 

I have workflows which will be run daily.

It essentially will load data upto 4 months in past.

However, it takes too long for the workflows to load since data files are huge.

 

Is there a way that to perform incremental load in alteryx?

Such that every day the workflows append the results to existing output files?

 

Thank you

Looking forward to a response soon!

 

Regards,

Pankhudri

11 REPLIES 11
jrgo
14 - Magnetar

@Pankhudri20 

 

A setup like the below is probably how you need to set it up. The target file is rewritten every time, but not before it's first read in and union'd with the new records.

jrgo_0-1628807053963.png

 

Pankhudri20
8 - Asteroid

Hi @jrgo ,

 

Thank you so much for your quick and detailed response.

I have a doubt here:

 

Can I read past 2 weeks of data every time and append and replace data for dates which are already in output file?

So essentially the new data will be 1 file and the rest 13 days will be re processed. This is because on some days the data file could be missed or uploaded late or the person is on vacation who uploads. So, I want to avoid errors due to missing data.

 

Can you please tell me how can I handle this situation ?

Looking forward to your response soon!

 

Regards,

Pankhudri 

 

 

Labels
Top Solution Authors