Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Store Array object from JSON response in comma seperated values

mansoorahmed1
New Contributor III
New Contributor III

Hi,

I wanted the course information to be stored in single coloumn using comma seperated values . How can I acchieve this in UserImport JSON for REST connector.

 

{
"collection": [
{
"Company Code": 484174,
"Company Code Desc": "XYZ LTD",
"Employee Number": 11511613,
"Employment Status Desc": 1,
"Vendor": "XYZ",
"contractor": {
"country": "Australia"
},
"courses": [
{
"Course Id": 67801,
"Course Status": 1
},
{
"Course Id": 45934,
"Course Status": 1
},
{
"Course Id": 63293,
"Course Status": 1
},
{
"Course Id": 31617,
"Course Status": 1
},
{
"Course Id": 43410,
"Course Status": 1
}
],

}

 

Thank you,

[This message has been edited by moderator to mask sensitive info]

1 REPLY 1

rushikeshvartak
All-Star
All-Star

API Response needs to be updated by Application team


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.