Optional
annotationsAnnotation rows to include in the results. An annotation is metadata associated with an object (column) in the data model.
For more information about annotations in tabular data, see W3 metadata vocabulary for tabular data.
Optional
commentThe character prefixed to comment strings. Default is a number sign (#
).
Optional
dateThe format for timestamps in results.
Default is RFC3339
date/time format.
To include nanoseconds in timestamps, use RFC3339Nano
.
Format | Value |
---|---|
RFC3339 |
"2006-01-02T15:04:05Z07:00" |
RFC3339Nano |
"2006-01-02T15:04:05.999999999Z07:00" |
Optional
delimiterThe separator used between cells. Default is a comma (,
).
Optional
headerIf true, the results contain a header row.
Options for tabular data output. Default output is annotated CSV with headers.
For more information about tabular data dialect, see W3 metadata vocabulary for tabular data.