Hi Ben,
It's a shame that we don't have a built-in Import Data button that works for all tables that support QueryUpdateService (and therefore LABKEY.Query.insertRows, LABKEY.Query.deleteRows, etc), but it's not too hard to do this with a bit of custom UI. Here's an implementation I put together a while ago that lets a user upload a file (TSV or Excel), grabs its contents from the server, and inserts them into a table through the standard LABKEY.Query.insertRows().
I'll try to get something like this added to the core server in 11.1.
Thanks,
Josh |
Hi Ben,
Correct. We have that wired up for specific data types like lists and datasets, but not for external schemas. One of our infrastructure projects for 11.1 is working on standardizing our implementations across data types.
Thanks,
Josh |