- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Salesforce Lookup via NIFI
- Labels:
-
Apache NiFi
Created 12-25-2020 04:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@TimothySpann thank for you ansewer
Finaly i have use a postgres Table
Created 01-05-2021 01:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created 01-05-2021 01:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@TimothySpann thank for you ansewer
Finaly i have use a postgres Table
