Trigger data source and transform map script after getting data from API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 12:50 AM - edited 09-13-2023 12:51 AM
Hi,
I have an requirement related to scheduled import and table transform map which is I will call to an API and that API will return to me set of records. I want to import set of that records to table A and it will also trigger transform map scripts to handle the final data which will be inserted to table A. Is there any way to do so ?
Note: data type from the API I will be calling is JSON and my current data source is using File retrieval method = 'Attachment'.
=> Follow up question: Do I have to change the File retrieval method and remove the attachment when implementing the new requirement ?