Wanted to extract the contents of CSV and store the data in Entity and then on commit Post it to a rest service in JSON format

0
  Hello Mendixwiz, I have a requriement to extract a csv or xlsx data ,store it in my entity and then post the content of csv in JSON over a rest apiHello Mendixwiz, I have a requriement to extract a csv or xlsx data ,store it in my entity and then post the content of csv in JSON over a rest api.Can anyone tell me if this possible from Mendix and if so how it can be accomplished ????Can anyone tell me if this possible from Mendix and if so how it can be accomplished ???? Loads of thanksLoads of thanks  
asked
1 answers
0

Hi Ashlin,

If I understand your request correctly:

- you want to first extract data from an Excel file and store it in an entity.

- Expose the date of the entity via a rest api.

If so, do check this learning path, which will give you all the answers:

https://gettingstarted.mendixcloud.com/link/path/44

answered