Rest Integration
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2024 03:29 PM
I have a requirement to connect to an external system get all the data and load to a import table and eventually doo a transform map. What is the best way to accomplish this? How can I import all the data into a temp table?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2024 07:25 PM
Do you need to create the transform map? If you can just download the records and save them to the table, the complexity of your problem might be reduced considerably.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2024 03:04 PM
Yes, I have to create a transform map.