Creating an 'Import Data' button for external schema hard tables?

LabKey Support Forum (Inactive)
Creating an 'Import Data' button for external schema hard tables? jeckels  2010-11-23 10:15
Status: Closed
 
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