You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an Excel spreadsheet with import data. There is a cell there with several links to PDF files. This would like to import. I use the following configuration for this:
Hmm, I thought I had a test scenario for the deletion of children records, but maybe not. I would have to check again. In the meantime I have no good solution for you, except maybe using a user function to clean up.
About multipleRows, it will work if you really have multiple rows, not if you have multiple lines inside a single value. The cell values would need to be split, but that is currently possible only when mapping to a secondary table. I have thought about introducing this for all values (#186), but I haven't come around to implement it yet. Your best bet would be to create a custom step and denormalize the data yourself.
Hi,
I have an Excel spreadsheet with import data. There is a cell there with several links to PDF files. This would like to import. I use the following configuration for this:
Inserting and changing a file works perfectly.
But if the corresponding field is emptied for a data record, the entry in sys_file_reference will be not deleted.
Also
'multipleRows' => true,
will not work.The text was updated successfully, but these errors were encountered: