LOAD CSV functions
LOAD CSV functions can be used to get information about the file that is processed by
LOAD CSV
.
The functions described on this page are only useful when run on a query that uses |
linenumber()
linenumber()
returns the line number that LOAD CSV
is currently using.
Syntax:
linenumber()
Returns:
An Integer. |
Considerations:
|
If the CSV file contains headers, the headers will be |
file()
file()
returns the absolute path of the file that LOAD CSV
is using.
Syntax:
file()
Returns:
A String. |
Considerations:
|
Was this page helpful?