GArrow.CSVQuotingStyle – arrow-glib Reference Manual
Packages
arrow-glib
GArrow
CSVQuotingStyle
ALL_VALID
NEEDED
NONE
CSVQuotingStyle
Description:
[
CCode
( cprefix =
"GARROW_CSV_QUOTING_STYLE_"
, type_id =
"garrow_csv_quoting_style_get_type ()"
) ]
[
Version
( since =
"23.0.0"
) ]
public
enum
CSVQuotingStyle
They are corresponding to `arrow:
:csv
::QuotingStyle
` values.
Namespace:
GArrow
Package:
arrow-glib
Content:
Enum values:
ALL_VALID
-
Enclose all valid values in quotes.
NEEDED
-
Only enclose values in quotes which need them.
NONE
-
Do not enclose any values in quotes.