CSVLD Function Syntax | Teradata Vantage - CSVLD Function Syntax - Advanced SQL Engine - Teradata Database

SQL Functions, Expressions, and Predicates

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-30
dita:mapPath
tpt1555966086716.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1145
lifecycle
previous
Product Category
Teradata Vantage™
[TD_SYSFNLIB.] CSVLD (
  data_string_value,
  delim_string_value,
  quote_string_value
)

Syntax Elements

TD_SYSFNLIB.
Name of the database where the function is located.
data_string_value
A string argument.
delim_string_value
A character expression.
A comma (,) is the default delimiter character.
quote_string_value
A character expression.
The quotation mark character, for example “”, is used to indicate that the delimiter character is a part of the value, and not a field separator.
The value inside the quote_string_value is returned as output exclusive of the quote_string_value given.