how can i convert multiple Json Data in CSV File and attach to RITM

Lakshmi53
Tera Contributor

{
"Department": "123",
"Details": [
{
"Name": "ABC",
"Id": ["xyz.com","info.com"]
},
{
"Name": "gyu",
"Id": ["1234.com","info234.com"]
}
]
}

above JSON data i need to attach to RITM like below screeshot

Lakshmi53_0-1720800849344.png

 

 

1 ACCEPTED SOLUTION
3 REPLIES 3

Sandeep Rajput
Tera Patron
Tera Patron

@Lakshmi53 Please refer this thread https://www.servicenow.com/community/developer-articles/generate-csv-file-through-script/ta-p/231977... to know the steps to generate a CSV file using script. 

Hi @Raj 

 

How it's possible to store the information as headers.

@Lakshmi53 I didn't get your question, could you please explain with an example.