Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Snooz82 committed Nov 30, 2022
1 parent cee387f commit b530d86
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 22 deletions.
7 changes: 5 additions & 2 deletions Readme.rst
Expand Up @@ -791,7 +791,10 @@ Example with folders:
File Encoding and CSV Dialect
-----------------------------

While there are various specifications and implementations for the CSV format (see `RFC 4180 <https://www.rfc-editor.org/rfc/rfc4180.html>`_), there is no formal specification in existence, which allows for a wide variety of interpretations of CSV files. Therefore it is possible to define your own dialect or use
While there are various specifications and implementations for the CSV format
(see `RFC 4180 <https://www.rfc-editor.org/rfc/rfc4180.html>`_),
there is no formal specification in existence, which allows for a wide variety of interpretations of CSV files.
Therefore it is possible to define your own dialect or use
predefined. The default is Excel-EU which is a semicolon separated
file.
These Settings are changeable as options of the Data Driver Library.
Expand Down Expand Up @@ -1271,4 +1274,4 @@ Binary creates with 40 test cases and 8 threads something like that:
P13: 37
P14: 38
P15: 39
P16: 40
P16: 40
49 changes: 31 additions & 18 deletions doc/DataDriver.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions src/DataDriver/DataDriver.py
Expand Up @@ -848,8 +848,10 @@ class DataDriver:
File Encoding and CSV Dialect
-----------------------------
CSV is far away from well designed and has absolutely no "common"
format. Therefore it is possible to define your own dialect or use
While there are various specifications and implementations for the CSV format
(see `RFC 4180 <https://www.rfc-editor.org/rfc/rfc4180.html>`_),
there is no formal specification in existence, which allows for a wide variety of interpretations of CSV files.
Therefore it is possible to define your own dialect or use
predefined. The default is Excel-EU which is a semicolon separated
file.
These Settings are changeable as options of the Data Driver Library.
Expand Down

0 comments on commit b530d86

Please sign in to comment.