Skip to main content

Retrieve all rows from CSV

Retrieve all rows from a provided CSV.

Application

  • CSV

Inputs (what you have)

NameDescriptionData TypeRequired?Example
CSV fileCSV file you would like to query using SQLFileYes
Columns do not have headers?If selected, the headers will be referred to as Col1, Col2, etcTrue/FalseNo
SeparatorThe character used to separate columns in the CSV. Will default to ,Text (Short)No,
Quote characterThe characters used to indicate a string in the CSV. Will default to “Text (Short)No

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Row valueThe value of the individual row in the given CSV as JSON formatted textText (Long)Yes{“Col1”:“item1”,”Col2”:”item2”,”Col3”:”item3”}
Row indexThe one-based order of the row that was retrieved from the CSV. Header is row 0 if included.NumberYes1
Total number of rowsThe total number of rows from the CSVNumberYes10

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
No resultThis status is selected if the job has successfully completed but no result was produced.

Requirements

  • N/A