Purpose
CSVLD (Comma-Separated Value Data Loading) takes in a comma-separated string produced through the CSV table function, parses the string, and returns VARCHAR columns.
Syntax
- TD_SYSFNLIB.
- Name of the database where the function is located.
- data_string_value
- A string argument.
- delim_string_value
- A character expression.
- quote_string_value
- A character expression.