Select data from table without header record

There is probably a simple solution to this, but I am stumped at the moment...

I have a CSV file, that I stage into a data table using retool. On this table, I have created an action for calling an API, which will perform a POST and insert the record. This works beautifully when I have a header record, as I am able to reference the field as such...

{{table1.selectedRow.data.headercolumn1}}

However, I would like to be able to do this without having a header record. I must be over looking something?

@jeff.slaughter

To clarify - do you not want a header on the CSV or the table? The table components do require having column headers. If you are asking about CSV files, it looks like our file upload components default to only parsing CSVs with headers. You could try to run a JSQuery using Papa.parse.