question

martin.j avatar image
0 Likes"
martin.j asked tannerp commented

Cant Import data to bundle tables

When making a table that has the bundle type and containing strings, I can export that table to CSV using the exporttable command. But I am unable to import that csv file to the table again with importtable. The size of the table is imported but all the cells are blank.

I have attempted to do the same with the exportdataset and importdataset commands but it doesnt work either. In fact I cant find any scenario where using format options 2 or 3 with importdataset ever works.

Is there something here I have completely misunderstood or is this i bug?

bug reportcsvbundleimporttable
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Jordan Johnson avatar image
1 Like"
Jordan Johnson answered

The importtable() command does work for bundles. We will put an issue on the dev list to look in to the issue.

For now, I would import the data into a non-bundle table. Then, use clone() or cloneTo() to copy the table to a bundle table. Then you could use setSize() to clear the first table.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.