I am trying to integrate a third party application With Business central V21.4. I am able to send the request to application using API and also getting the response.
In response, this application provide data in JSON format. ( { Name : Content , Name 2 : Content ...}) I am storing that data in Blob field. I need to convert this data from JSON to XML file and need to separate that data by Comma separator and save that XML file with the particular name. ( Note: There can be N number of responses in that XML file)
I tried to search it on google, but no luck.
I have attached SS also. can you please suggest me some example or solutions?