Created 12-25-2020 04:47 PM
I need your advice, I need to insert data into salesforce but I have a lookup to do to verify the existence of the data before adding it.
Me, I had considered creating a tempo database (PosgresSql) in order to put the contents of the salesforce object being the object of lookup to verify first and then to make the join to update the contents. in salesforce.
1- NIFI to PosgresSql
2- Salesforce to PosgreSql
3- Join data to Salesforce
What do you think? what do you think is the best method?
Created 01-05-2021 01:44 PM
You may want to look at Flink SQL for joining and lookups
Also look at nifi lookuprecord
https://www.datainmotion.dev/2019/03/properties-file-lookup-augmentation-of.html
https://www.datainmotion.dev/2020/12/simple-change-data-capture-cdc-with-sql.html lookuprecord to sql
https://www.datainmotion.dev/2020/10/top-25-use-cases-of-cloudera-flow.html
Created 02-23-2021 11:28 AM
@TimothySpann thank for you ansewer
Finaly i have use a postgres Table
Created 01-05-2021 01:41 PM
Created 01-05-2021 01:44 PM
You may want to look at Flink SQL for joining and lookups
Also look at nifi lookuprecord
https://www.datainmotion.dev/2019/03/properties-file-lookup-augmentation-of.html
https://www.datainmotion.dev/2020/12/simple-change-data-capture-cdc-with-sql.html lookuprecord to sql
https://www.datainmotion.dev/2020/10/top-25-use-cases-of-cloudera-flow.html
Created 02-23-2021 11:28 AM
@TimothySpann thank for you ansewer
Finaly i have use a postgres Table