Closed klepl closed 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.
Table is not supported out of the box. You can write your own implementation using the modifyImportRow hook.
modifyImportRow
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.