Other formats handling

Parameters for other formats handling

Parameter

Possible values

Default value

Where can be used

Description

delimiter

any string

None

A column separator for files in CSV and TSV format. By default “,” (comma) is used for CSV and “\t” (tabulation) for TSV.

encoding

any string

None

The encoding of documents of textual formats like TXT, CSV, TSV. Look here to get the list of possible values for the encoding parameter. By default the encoding of the document is detected automatically.

handle_invisible_table

True, False

False

Handle tables without visible borders as tables for HTML documents. By default tables without visible borders are parsed as usual textual lines.