• File sample data:

    col1 col2 col3 col4 COL5

    1.22 1.2475 1.395 1.6 1.275

    The file will always have two rows with 160 columns.

    The column names in the file is = to the result of this query: Select Name from table where id = 2

    The lookup might only work if I can find a way to transpose the columns to rows and give the column name "Name"