Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Inserting New Rows

Avanthi
7 - Meteor

Hi There,

 

I have a source file which I will get from a vendor with new data along with historical data, I can do truncate and load but the truncate and load is causing performance issue, I tried to append only new rows but  since my target is Greenplum DB I will not have any keys so my output is failing to insert 

 

here is the sample data 

 

Yesterday’s file

Created Hour of Day

Created Date

Event Type

CustomersCounts

5

2020-01-21

account_has_mortgage

200

4

2020-01-21

user_device_count

100

3

2020-01-21

log_in_success_device_not_verified

150

2

2020-01-21

security_challenge_question

250

1

2020-01-21

account_summary_profile

60

 

Today's file 

Created Hour of Day

Created Date

Event Type

CustomersCounts

5

2020-01-22

account_has_mortgage

505

4

2020-01-22

user_device_count

526

3

2020-01-22

log_in_success_device_not_verified

391

2

2020-01-22

security_challenge_question

214

1

2020-01-22

account_summary_profile

50

5

2020-01-21

account_has_mortgage

200

4

2020-01-21

user_device_count

100

3

2020-01-21

log_in_success_device_not_verified

150

2

2020-01-21

security_challenge_question

250

1

2020-01-21

account_summary_profile

60

 

Expected to load

 

Created Hour of Day

Created Date

Event Type

CustomersCounts

5

2020-01-22

account_has_mortgage

505

4

2020-01-22

user_device_count

526

3

2020-01-22

log_in_success_device_not_verified

391

2

2020-01-22

security_challenge_question

214

1

2020-01-22

account_summary_profile

50

5

2020-01-21

account_has_mortgage

200

4

2020-01-21

user_device_count

100

3

2020-01-21

log_in_success_device_not_verified

150

2

2020-01-21

security_challenge_question

250

1

2020-01-21

account_summary_profile

60

 

 

Thanks 

Avanti.

2 REPLIES 2
joshuaburkhow
ACE Emeritus
ACE Emeritus

This workflow gets you what you need! 

 

joshuaburkhow_0-1579823785487.png

Joshua Burkhow - Alteryx Ace | Global Alteryx Architect @PwC | Blogger @ AlterTricks
Avanthi
7 - Meteor

it worked, Thank you 🙂

🙂

Labels
Top Solution Authors