This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit ffbf91cfad3978975874048b2195af58c95cdefb Author: aldettinger <aldettin...@gmail.com> AuthorDate: Fri Sep 18 17:57:59 2020 +0200 Fixed typos in UniVocity documentation --- .../src/main/docs/univocity-csv-dataformat.adoc | 6 +++--- .../src/main/docs/univocity-fixed-dataformat.adoc | 6 +++--- .../src/main/docs/univocity-tsv-dataformat.adoc | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/components/camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc b/components/camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc index c09180d..f290334 100644 --- a/components/camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc +++ b/components/camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc @@ -9,7 +9,7 @@ *Since Camel {since}* This xref:manual::data-format.adoc[Data -Format] uses http://www.univocity.com/pages/about-parsers[uniVocity-parsers] +Format] uses https://www.univocity.com/pages/univocity_parsers_tutorial.html[uniVocity-parsers] for reading and writing 3 kinds of tabular data text files: * CSV (Comma Separated Values), where the values are separated by a @@ -37,7 +37,7 @@ substituting the version number for the latest and greatest release. Most configuration options of the uniVocity-parsers are available in the data formats. If you want more information about a particular option, please refer to their -http://www.univocity.com/pages/parsers-documentation[documentation +https://www.univocity.com/pages/univocity_parsers_tutorial#settings[documentation page]. The 3 data formats share common options and have dedicated ones, this @@ -81,7 +81,7 @@ The uniVocity CSV dataformat supports 18 options, which are listed below. The marshalling accepts either: -* A list of maps (L`ist<Map<String, ?>>`), one for each line +* A list of maps (`List<Map<String, ?>>`), one for each line * A single map (`Map<String, ?>`), for a single line Any other body will throws an exception. diff --git a/components/camel-univocity-parsers/src/main/docs/univocity-fixed-dataformat.adoc b/components/camel-univocity-parsers/src/main/docs/univocity-fixed-dataformat.adoc index 1db2442..891a627 100644 --- a/components/camel-univocity-parsers/src/main/docs/univocity-fixed-dataformat.adoc +++ b/components/camel-univocity-parsers/src/main/docs/univocity-fixed-dataformat.adoc @@ -9,7 +9,7 @@ *Since Camel {since}* This xref:manual::data-format.adoc[Data -Format] uses http://www.univocity.com/pages/about-parsers[uniVocity-parsers] +Format] uses https://www.univocity.com/pages/univocity_parsers_tutorial.html[uniVocity-parsers] for reading and writing 3 kinds of tabular data text files: * CSV (Comma Separated Values), where the values are separated by a @@ -37,7 +37,7 @@ substituting the version number for the latest and greatest release. Most configuration options of the uniVocity-parsers are available in the data formats. If you want more information about a particular option, please refer to their -http://www.univocity.com/pages/parsers-documentation[documentation +https://www.univocity.com/pages/univocity_parsers_tutorial#settings[documentation page]. The 3 data formats share common options and have dedicated ones, this @@ -80,7 +80,7 @@ The uniVocity Fixed Length dataformat supports 17 options, which are listed belo The marshalling accepts either: -* A list of maps (L`ist<Map<String, ?>>`), one for each line +* A list of maps (`List<Map<String, ?>>`), one for each line * A single map (`Map<String, ?>`), for a single line Any other body will throws an exception. diff --git a/components/camel-univocity-parsers/src/main/docs/univocity-tsv-dataformat.adoc b/components/camel-univocity-parsers/src/main/docs/univocity-tsv-dataformat.adoc index c5305cb..7584ce0 100644 --- a/components/camel-univocity-parsers/src/main/docs/univocity-tsv-dataformat.adoc +++ b/components/camel-univocity-parsers/src/main/docs/univocity-tsv-dataformat.adoc @@ -9,7 +9,7 @@ *Since Camel {since}* This xref:manual::data-format.adoc[Data -Format] uses http://www.univocity.com/pages/about-parsers[uniVocity-parsers] +Format] uses https://www.univocity.com/pages/univocity_parsers_tutorial.html[uniVocity-parsers] for reading and writing 3 kinds of tabular data text files: * CSV (Comma Separated Values), where the values are separated by a @@ -37,7 +37,7 @@ substituting the version number for the latest and greatest release. Most configuration options of the uniVocity-parsers are available in the data formats. If you want more information about a particular option, please refer to their -http://www.univocity.com/pages/parsers-documentation[documentation +https://www.univocity.com/pages/univocity_parsers_tutorial#settings[documentation page]. The 3 data formats share common options and have dedicated ones, this @@ -78,7 +78,7 @@ The uniVocity TSV dataformat supports 15 options, which are listed below. The marshalling accepts either: -* A list of maps (L`ist<Map<String, ?>>`), one for each line +* A list of maps (`List<Map<String, ?>>`), one for each line * A single map (`Map<String, ?>`), for a single line Any other body will throws an exception.