Changes

Jump to navigation Jump to search
1,362 bytes removed ,  00:41, 18 October 2013
no edit summary
| {{Code|csv}}
| Defines the way how data is serialized as CSV. {{Version|7.8}}
| see [[CSV Module#csv:serialize|csv:serialize]]
|
|- valign="top"
| {{Code|json}}
| Defines the way how data is serialized as JSON. {{Version|7.8}}
| see [[JSON Module#json:serialize|json:serialize]]
|
|- valign="top"
</csv>
</pre>
 
{| class="wikitable sortable" width="100%"
|- valign="top"
! width="140" | Parameter
! width="60%" | Description
! Allowed
! Default
|- valign="top"
| {{Code|separator}}
| Defines the character which separates the entries of a record in a single line.
| {{Code|comma}}, {{Code|semicolon}}, {{Code|colon}}, {{Code|tab}}, {{Code|space}} or a ''single character''
| {{Code|comma}}
|- valign="top"
| {{Code|format}}
| Specifies the CSV format of the XML data.
| {{Code|direct}}, {{Code|attributes}}
| {{Code|direct}}
|- valign="top"
| {{Code|header}}
| Indicates if the original CSV data contained a header row.
| {{Code|yes}}, {{Code|no}}
| {{Code|no}}
|- valign="top"
| {{Code|lax}}
| Specifies if a lax approach is used to convert QNames to JSON names.
| {{Code|yes}}, {{Code|no}}
| {{Code|yes}}
|- valign="top"
| {{Code|json-spec}}
| Determines the used JSON specification. {{Version|7.7.2}}
| {{Code|RFC4627}}, {{Code|ECMA-262}}, {{Code|liberal}}
| {{Code|RFC4627}}
|- valign="top"
| {{Code|json-unescape}}
| Determines whether escape sequences (marked by a backslash) in the input are expanded. {{Version|7.7.2}}
| {{Code|yes}}, {{Code|no}}
| {{Code|yes}}
|- valign="top"
| {{Code|json-format}}
| Determines the conversion format. {{Version|7.7.2}}
| {{Code|json}}, {{Code|jsonml}}
| {{Code|json}}
|}
=Changelog=
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu