Import a REST API (GET) data in Mendix Which is in CSV format

0
Hi Team, We are making a GET call to one of the APIs to get some data. But the API is sending in csv format (rather than in JSON). Can someone help us how to import this csv data (which is coming as a Single String from the API) into our Mendix Domain models.   We can use only platform supported modules/components.
asked
1 answers
1

Hi Ajay,

 

First thing convert CSV to string as similar to CSV module, then follow the below similar communication.

https://community.mendix.com/link/space/marketplace/questions/141319

 

Hope it Helps!

Thanks & Regards,

Manikandan K

answered