Changes

Jump to navigation Jump to search
7 bytes added ,  10:06, 4 December 2019
no edit summary
| Specifies how quotes are parsed:
* Parsing: If the option is enabled, quotes at the start and end of a value will be treated as control characters. Separators and newlines within the quotes will be adopted without change.
* Serialization: If the option is enabled, the value will be wrapped with quotesif it contains characters that might be treated as control characters. A quote character in the value will be encoded according to the rules of the {{Code|backslashes}} option.
| {{Code|yes}}, {{Code|no}}
| {{Code|yes}}
==csv:parse==
 
{{Mark|Updated with Version 9.1:}} support for empty sequence.
{| width='100%'
let $records := $csv('records')
for $name at $pos in $csv('names')?*
let $values := $records?($pos)
return (
'* ' || $name || ': ' || string-join(distinct-values($values), ', ')
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu