- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 02:12 AM - edited 08-23-2023 04:11 AM
I am creating a data source using load by script option. I am able to retrive the data but not able to correctly put it in the import set table.
The Json looks like this :
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 05:42 AM
Found the solution u_attributes_devicename: deviceData[eachDevice]['attributes']['deviceName']
I have to write the name of the import set column name plus access the array in given format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 02:57 AM
@pratiksha5 can you send me your entire JSON structure once again please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 03:06 AM
added response to the question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 05:42 AM
Found the solution u_attributes_devicename: deviceData[eachDevice]['attributes']['deviceName']
I have to write the name of the import set column name plus access the array in given format.