You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/21 18:42:43 UTC

[commons-csv] branch master updated (323ff086 -> b1bdb99c)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


    from 323ff086 += .asf.yaml
     new ed0ca223 Add support for trailing text after the closing quote, for Excel compatibility.
     new d0ea9e3a Add a setting that controls whether the last field on the last line, if quoted, has to have a closing quote before the file ends.
     new b1bdb99c Merge pull request #295 from DamjanJovanovic/master

The 2023 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/commons/csv/CSVFormat.java     | 80 ++++++++++++++++++++--
 src/main/java/org/apache/commons/csv/Lexer.java    | 28 ++++++--
 .../java/org/apache/commons/csv/LexerTest.java     | 26 +++++++
 3 files changed, 120 insertions(+), 14 deletions(-)