Skip to content

Commit

Permalink
Fix in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolimar committed Mar 22, 2020
1 parent 3655b71 commit e2429c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/source/config_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ To configure custom properties for this reader, the name you must use is ``json`
Encoding to use for reading a file. If not specified, the reader will use the default encoding.

* Type: string
* Default: based on the locale and charset of the underlying operating system.
* Importance: medium

``file_reader.json.compression.type``
Expand Down Expand Up @@ -416,6 +417,7 @@ To configure custom properties for this reader, the name you must use is ``delim
Encoding to use for reading a file. If not specified, the reader will use the default encoding.

* Type: string
* Default: based on the locale and charset of the underlying operating system.
* Importance: medium

``file_reader.delimited.compression.type``
Expand Down Expand Up @@ -536,6 +538,7 @@ To configure custom properties for this reader, the name you must use is ``delim
Encoding to use for reading a file. If not specified, the reader will use the default encoding.

* Type: string
* Default: based on the locale and charset of the underlying operating system.
* Importance: medium

``file_reader.delimited.compression.type``
Expand Down Expand Up @@ -579,6 +582,7 @@ To configure custom properties for this reader, the name you must use is ``text`
Encoding to use for reading a file. If not specified, the reader will use the default encoding.

* Type: string
* Default: based on the locale and charset of the underlying operating system.
* Importance: medium

``file_reader.json.compression.type``
Expand Down
3 changes: 2 additions & 1 deletion docs/source/filereaders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,11 @@ Agnostic
Actually, this reader is a wrapper of the readers listing above.

It tries to read any kind of file format using an internal reader based on the file extension,
applying the proper one (Parquet, Avro, SecuenceFile, CSV, TSV or Text). In case of no
applying the proper one (Parquet, Avro, SequenceFile, CSV, TSV or Text). In case of no
extension has been matched, the Text file reader will be applied.

Default extensions for each format (configurable):

* Parquet: ``.parquet``
* Avro: ``.avro``
* SequenceFile: ``.seq``
Expand Down

0 comments on commit e2429c5

Please sign in to comment.