import json type file and store the content column wise

0
Hello experts, I am looking for some modules or a way where I can export JSON file type and store the data column-wise. Just the way we use CSV import module where we upload delimited file type and store each value column-wise same way I need to use JSON file type. I am new to Mendix so any of the related solutions is most appreciated.
asked
1 answers
0

Hi Harsh,

You can use the ‘Import with mapping’ action within a microflow to import JSON data. See https://docs.mendix.com/refguide/import-mapping-action for more details.

Hope this helps!

answered