- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 03:38 AM
I have created the scheduled job to insert data into transform map ,
rest mestods are different but , I wants insert data at one time
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 05:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 12:23 PM
Hi, unfortunately your post and code do not make your requirement\intention clear.
Are you trying to insert all of your records via 1 row\payload?
Are you trying to use 1 payload to inserts (or update) related records in multiple tables?
Perhaps you could update this thread with clear details of your requirement?
Information about the outcome\target records and example of payload(s) might also help the community with a better understanding of your requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 11:41 PM
Yes , I wants to insert on row with all multiple value .
I change the code :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 11:28 AM - edited 02-27-2024 11:35 AM
Hi, supplying your code (as text) is a great start, but with no details of your payload/JSON message the community has no way to evaluate your content.
Your code seems to imply a multi-dimensional array within the array 'feed.entry' ?
If this is correct then you would need to be referencing the elements of the multidimensional array by their index\element ID and not by 'name', you also have these element ID's as 'strings'.
I would suspect that you are looking for object name: value pairs ?
but with no details that's just a guess, perhaps you could update this thread with sample payload?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 05:38 AM
Resolve the issue.