Describes CSV and similar semi-structured data formats.
Attributes
Name
Description
encoding
str
Optional. The character encoding of the data.
Accepts "US-ASCII", "UTF-8", and "ISO-8859-1".
Defaults to UTF-8 if unspecified.
header_rows
int
Optional. The number of rows to interpret as
header rows that should be skipped when reading
data rows. Defaults to 0.
delimiter
str
Optional. The delimiter used to separate
values. Defaults to ','.
quote
str
Optional. The character used to quote column
values. Accepts '"' (double quotation mark) or
''' (single quotation mark). Defaults to '"'
(double quotation mark) if unspecified.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]