CSV string importing using the Data Importer - Mendix Forum

CSV string importing using the Data Importer

1

When implementing a API that returns data in a CSV structure, it would be very usefull to import this CSV string directly using the new Data Importer module.

Currently I have to convert the CSV string into a new FileDocument and then import the FileDocument and then delete the Document again (as shown below).

image.png

 

The Import Import with mapping activity already accepts strings for importing. This however does not yet work while using a CSV import document.

Adding this feature would improve the usability of the new data importer and make the implementation of CSV based API's easier and more maintainable.

asked
0 answers