How to transform data from rest message to target table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 05:21 AM
I created a scheduled job and parsed json response then I inserted the record to the staging table.
Now I want to transform the records into target table How can I do it.
*Should I need to create a data source if yes what should be the data source type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 05:28 AM
Hi @Kishor O ,
You should write a BR on staging table and process the record for inserting in target table.
If this is not the case then explain “how scheduled job reading the JSON dynamically from where”.
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 05:47 AM - edited 11-21-2023 05:47 AM
I wrote get rest message directly in the scheduled job then glided the staging table and inserted the record.
(staging table extending import set table)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 08:55 AM - edited 11-21-2023 08:56 AM
Hi @Kishor O
You have source & target table, you can create transform map. What's issue with that.
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution