boboldehampsink / import

DEPRECATED - Import plugin for Craft CMS
MIT License
177 stars 28 forks source link

Import into Table field #149

Closed klepl closed 7 years ago

klepl commented 7 years ago

What is the correct format for importing data into a Table field type?

I tried "1,abc,2,xyz,3,jkl" (3 rows, 2 columns) but no data showed up in the table field after the import completed. The other fields imported correctly.

boboldehampsink commented 7 years ago

Table is not supported out of the box. You can write your own implementation using the modifyImportRow hook.