Changes

Jump to navigation Jump to search
193 bytes added ,  02:26, 20 October 2013
no edit summary
This article is part of the [[Getting Started]] Section.
It presents different the available parsers for that can be used to importing various datasource sources into BaseX databases. For export see Please visit the [[Serialization]]article if you want to know how to export data.The names of the parser options have been updated with {{Version|7.8}}.
==XML Parsers==
SET [[Options#PARSER|PARSER]] html
SET [[Options#HTMLOPTHTMLPARSER|HTMLOPTHTMLPARSER]] method=xml,nons=true,ncdata=true,nodefaults=true,nobogons=true,nocolons=true,ignorable=true
SET [[Options#CREATEFILTER|CREATEFILTER]] *.html
SET [[Options#PARSER|PARSER]] json
SET [[Options#PARSEROPTJSONPARSER|PARSEROPTJSONPARSER]] encoding=utf-8, jsonml=true
SET [[Options#CREATEFILTER|CREATEFILTER]] *.json
SET [[Options#PARSER|PARSER]] csv
SET [[Options#PARSEROPTCSVPARSER|PARSEROPTCSVPARSER]] encoding=utf-8, lines=true, header=false, separator=space
SET [[Options#CREATEFILTER|CREATEFILTER]] *.csv
SET [[Options#PARSER|PARSER]] text
SET [[Options#PARSEROPTTEXTPARSER|PARSEROPTTEXTPARSER]] lines=yes
SET [[Options#CREATEFILTER|CREATEFILTER]] *
=Changelog=
 
;Version 7.8
 
* Updated: parser options
;Version 7.7.2
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu