LOAD CSV functions
LOAD CSV functions can be used to get information about the file that is processed by the LOAD CSV clause.
The functions described on this page are only useful when run on a query that uses LOAD CSV.
In all other contexts they always return null.
If there are multiple LOAD CSV clauses in a query, the functions return information about the most recently executed LOAD CSV clause.
|
linenumber()
Syntax |
|
||
Description |
Returns the line number that LOAD CSV is currently using. |
||
Returns |
|
||
|
If the CSV file contains headers, the headers will be |