csv-columns-record
in the
columns
entry of the returned map. Permitted values are a map of type
- map(xs:integer, xs:string)
or an xs:boolean
.
+ map(xs:string, xs:integer)
or an xs:boolean
.
parsed-csv-structure-record
. Implementations
rows
entry of the parsed-csv-structure-record
.
- csv-columns-record
is
+ csv-columns-record
is
constructed using the supplied map and returned as the header
entry of the parsed-csv-structure-record
. The supplied map is used
as the names
entry, and a sequence of strings for the
@@ -21758,7 +21758,7 @@ return $M(collation-key("a", $C))
Specifying column names explicitly:
Filtering columns, with column-names: map { ... }
]]>
elements in
the ]]>
element. Permitted values are a map of type
- map(xs:integer, xs:string)
or an xs:boolean
.
+ map(xs:string, xs:integer)
or an xs:boolean
.
]]>
element in the output.]]>
elements to populate
the ]]>
element. The xs:integer
denotes the column number, and the xs:string
the column name. Gaps
@@ -22027,7 +22027,7 @@ return $M(collation-key("a", $C))
An empty CSV with explicit column names: