Bug #3737
closedMorpho generated tables have a confusing name
0%
Description
When data tables are created through the Morpho interface, the <objectName> element of the resulting data table is '~deletemeNNN', which isn't particularly helpful. It seems to be derived from the creation in:
morpho/plugins/datapackagewizard/pages/DataLocation.java, line 655
This name should instead match the name entered by the user on table creation.
Updated by Jing Tao over 15 years ago
This objectName is created when user use "Create" option in import data file. This means, user will type something in a blank table. So the file name, which always is the objectName, looks weird.
Talked with shaun, he doesn't like the "delete" word there. The word may make user to delete the file :)
We come up a quick and short term solution: use some thing like unnamed-table-1 to name the object name.
Later, we may give user a GUI to fill this field.