CSVLD Function Syntax | Teradata Vantage - CSVLD Function Syntax - Teradata Vantage - Analytics Database

SQL Functions, Expressions, and Predicates

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-11-22
dita:mapPath
obm1628111499646.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
kby1472250656485
lifecycle
latest
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.