Changes

Jump to navigation Jump to search
837 bytes added ,  16:41, 12 June 2016
|-
| '''Summary'''
|Specifies the way how CSV data will be parsed. Keys and values are delimited with {{Code|=}}, and multiple options are delimited with {{Code|,}}. The available options are listed in the [[CSV Module#Options|CSV Module]].|-| '''Examples'''|<code>encoding=CP1252,header=true</code> parses the input as CP1252 and the first line as header.
|}
|-
| '''Summary'''
|Specifies the way how JSON data will be parsed. Keys and values are delimited with {{Code|=}}, and multiple options are delimited with {{Code|,}}. The available options are listed in the [[JSON Module#Options|JSON Module]].|-| '''Examples'''|<code>format=jsonml,lax=yes</code> interprets the input as JSONML and uses lax parsing.
|}
|-
| '''Summary'''
|Specifies the way how HTML data will be parsed. Keys and values are delimited with {{Code|=}}, and multiple options are delimited with {{Code|,}}. Available options are listed in the [[Parsers]] article.|-| '''Examples'''|<code>encoding=Shift-JIS,nons=true</code> parses the input as Sihft-JIS and suppresses namespaces.
|}
|-
| '''Summary'''
|Specifies the way how TEXT data will be parsed. Keys and values are delimited with {{Code|=}}, and multiple options are delimited with {{Code|,}}. Available options are listed in the [[Parsers]] article.|-| '''Examples'''|<code>lines=true</code> creates a single element for each line of text.
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu