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.

update database with data from excel

faiqz
8 - Asteroid

Hi, I would like to update database with the latest data from excel file.

 

for example the users entered the wrong phone number in previous week. and this week they sent a correction with the correct information and we need to update the table at the database. The report from excel doesn't have primary key and only the table has them. Do you have any idea how to resolve that?

 

thank you

1 REPLY 1
Felipe_Ribeir0
16 - Nebula

Hi @faiqz 

 

The excel do not have the ID, but have some column/set of columns that identify the row inside the database table right?

 

You could join the excel file with the database table using this/these columns as key, so you would have the ID and the data that need to be updated on the same dataset. After that, just use the DB output with the proper update config.

 

Makes sense?

Labels
Top Solution Authors