Uploading CSV to List

LabKey Support Forum
Uploading CSV to List marcia hon  2018-02-08 08:02
Status: Closed
 
Hello,

I uploaded a CSV file via Admin>Site>AdminConsole>Pipeline .

How can I now push this CSV file to a List?

The reason I am asking is that we have huge files that need to be uploaded and I'm trying to find ways to upload the files.

Thanks,
Marcia
 
 
Jon (LabKey DevOps) responded:  2018-02-10 00:06
Hi Marcia,

By default, there is no connection between the FileContent and Pipeline file browser areas and the Lists.

If you need to upload a CSV file to your specific List, you should use the Import Bulk Data option on your list and upload the CSV there so it can be processed and added to your list.

It might be possible for you to develop your own pipeline module to try and have the system process it, although people usually use a pipeline module in conjunction with assays usually: https://www.labkey.org/Documentation/wiki-page.view?name=rPipeline

It also might be possible for you to leverage our APIs to process your large CSV file as well so it can insert all the individual rows from the CSV file to your specific list: https://www.labkey.org/Documentation/wiki-page.view?name=viewApis

However, the easiest option would be just to use the Import Bulk Data option within the list to import the data to the specific list you want it to be in.

Regards,

Jon
 
marcia hon responded:  2018-02-12 07:18
Thank you!