Bruno17 / MIGX

MIGX for revo 2.2 and above
83 stars 78 forks source link

[Question] How to bulk import "rows" using csv or json? #335

Closed ronttonen closed 3 years ago

ronttonen commented 5 years ago

I have a bunch of rows I need to add to several pages. Doing this all one by one would be very time consuming. Is there a way to create a csv or json file and import all the data in there into a migx table?

jenswittmann commented 4 years ago

Hello @Bruno17 , the MIGX Package is very helpful. It would be nice to better understand the CSV stuff. Exporting a view as CSV works great. Inside this Repository is a file called processors/mgr/default/importcsvmigx.php. Whats the magic behind to use it? (:

Bruno17 commented 3 years ago

there is now CSV import/export functionality included

jenswittmann commented 3 years ago

Hello @Bruno17 , thank you for your work. Is there a documentation for this?