Commit Graph

877 Commits

Author SHA1 Message Date
Benedikt Ritter b8f37e2168 Fix JavaDoc errors
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742147 13f79535-47bb-0310-9956-ffa450edef68
2016-05-03 17:32:06 +00:00
Benedikt Ritter 63ddb09152 Remove trailing white spaces
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742145 13f79535-47bb-0310-9956-ffa450edef68
2016-05-03 17:29:04 +00:00
Benedikt Ritter 0123e27875 Remove unused site documentation files
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1741879 13f79535-47bb-0310-9956-ffa450edef68
2016-05-01 19:12:59 +00:00
Gary D. Gregory 16b9e2c791 [CSV-175] Support for ignoring trailing delimiter.
[CSV-177] Support trimming leading and trailing blanks.
[CSV-178] Create default formats for Informix UNLOAD and UNLOAD CSV.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1739694 13f79535-47bb-0310-9956-ffa450edef68
2016-04-18 06:16:51 +00:00
Gary D. Gregory 103995083c Sort members.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1739687 13f79535-47bb-0310-9956-ffa450edef68
2016-04-18 04:31:21 +00:00
Gary D. Gregory 4d2155ff40 [CSV-175] Add PIPE char for Informix WIP.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1739678 13f79535-47bb-0310-9956-ffa450edef68
2016-04-18 01:17:25 +00:00
Gary D. Gregory 4ca7b7a961 [CSV-175] Add PIPE char for Informix WIP.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1739677 13f79535-47bb-0310-9956-ffa450edef68
2016-04-18 01:16:32 +00:00
Gary D. Gregory 2210c0b02f Sort members.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1739676 13f79535-47bb-0310-9956-ffa450edef68
2016-04-18 01:15:38 +00:00
Gary D. Gregory 0685c8427b Format nits.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1739673 13f79535-47bb-0310-9956-ffa450edef68
2016-04-18 01:03:09 +00:00
Gary D. Gregory a4c1a85d9d Sort members.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1739672 13f79535-47bb-0310-9956-ffa450edef68
2016-04-18 01:02:03 +00:00
Gary D. Gregory ad38b2d28b Use final.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1739671 13f79535-47bb-0310-9956-ffa450edef68
2016-04-18 01:00:22 +00:00
Sebastian Bazley dd2cd54ff7 CSV-167
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1727810 13f79535-47bb-0310-9956-ffa450edef68
2016-01-31 13:10:10 +00:00
Sebastian Bazley 409feb2888 Doc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1727809 13f79535-47bb-0310-9956-ffa450edef68
2016-01-31 13:08:33 +00:00
Sebastian Bazley 72f78cc9d9 Oops, forgot to commit this
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1727808 13f79535-47bb-0310-9956-ffa450edef68
2016-01-31 12:59:00 +00:00
Sebastian Bazley 2465f5e8f6 CSV-167 Rename method and update Javadoc to correspond with reality
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1727766 13f79535-47bb-0310-9956-ffa450edef68
2016-01-30 23:40:26 +00:00
Sebastian Bazley 51049fd117 Fix test
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1727538 13f79535-47bb-0310-9956-ffa450edef68
2016-01-29 11:29:09 +00:00
Gary D. Gregory 51b4bf371f Ignore experimental tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725444 13f79535-47bb-0310-9956-ffa450edef68
2016-01-19 06:21:35 +00:00
Gary D. Gregory c26c858b2e Update copyright for 2016 in NOTICE.txt
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725424 13f79535-47bb-0310-9956-ffa450edef68
2016-01-19 06:20:08 +00:00
Gary D. Gregory 82b6d2e7b4 [CSV-161] Fix Javadoc to say CSVFormat with() methods return a new CSVFormat.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725409 13f79535-47bb-0310-9956-ffa450edef68
2016-01-19 03:01:14 +00:00
Gary D. Gregory f8b80e8341 [CSV-168] CsvFormat.nullString should not be escaped. [CSV-170]
CSVFormat.MYSQL nullString should be "\N".

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725407 13f79535-47bb-0310-9956-ffa450edef68
2016-01-19 02:34:19 +00:00
Gary D. Gregory 913e4a8b97 Better Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725400 13f79535-47bb-0310-9956-ffa450edef68
2016-01-19 01:04:38 +00:00
Gary D. Gregory 5206b2a244 [CSV-169] The null string should be case-sensitive when reading records. Also simplify branch test.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725358 13f79535-47bb-0310-9956-ffa450edef68
2016-01-18 22:02:05 +00:00
Gary D. Gregory 446eaf8c2a Format.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725356 13f79535-47bb-0310-9956-ffa450edef68
2016-01-18 21:37:46 +00:00
Gary D. Gregory c52b1f0a9d FindBugs: Avoid possible NPE.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725345 13f79535-47bb-0310-9956-ffa450edef68
2016-01-18 20:54:16 +00:00
Gary D. Gregory 453cfcbb59 Use final.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725344 13f79535-47bb-0310-9956-ffa450edef68
2016-01-18 20:52:21 +00:00
Gary D. Gregory 54597a8b8e Unit test for [CSV-167] Comment line hides next record.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1721778 13f79535-47bb-0310-9956-ffa450edef68
2015-12-27 00:02:30 +00:00
Gary D. Gregory 6b069cf443 Fix PMDs: Unnecessary use of fully qualified name 'Constants.END_OF_STREAM' due to existing static import 'org.apache.commons.csv.Constants.END_OF_STREAM'.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1721770 13f79535-47bb-0310-9956-ffa450edef68
2015-12-26 22:44:01 +00:00
Gary D. Gregory e7d9ab0f6a TODO.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1715921 13f79535-47bb-0310-9956-ffa450edef68
2015-11-23 19:10:36 +00:00
Gary D. Gregory e0f022ee94 More tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1715712 13f79535-47bb-0310-9956-ffa450edef68
2015-11-22 22:03:06 +00:00
Gary D. Gregory d54b339caa [CSV-159] Add IgnoreCase option for accessing header names
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1708685 13f79535-47bb-0310-9956-ffa450edef68
2015-10-14 19:48:29 +00:00
Benedikt Ritter 3b10c8f8ac CSV-153: CSVPrinter doesn't skip creation of header record if skipHeaderRecord is set to true. Thanks to Wren. This also fixes #8 from github.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1706542 13f79535-47bb-0310-9956-ffa450edef68
2015-10-03 10:46:49 +00:00
Gary D. Gregory 1d5dfcb8f6 Test CSV-154.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1700391 13f79535-47bb-0310-9956-ffa450edef68
2015-09-01 05:33:05 +00:00
Gary D. Gregory 68c74f6274 Test CSV-154.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1700073 13f79535-47bb-0310-9956-ffa450edef68
2015-08-29 20:51:46 +00:00
Gary D. Gregory e7ccb14d22 Version 1.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1697754 13f79535-47bb-0310-9956-ffa450edef68
2015-08-25 18:31:49 +00:00
Gary D. Gregory b230a6f56c Move the assembly folder to its standard location.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1697091 13f79535-47bb-0310-9956-ffa450edef68
2015-08-22 15:12:56 +00:00
Gary D. Gregory c666612f89 Prepare release 1.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1696724 13f79535-47bb-0310-9956-ffa450edef68
2015-08-20 08:30:26 +00:00
Gary D. Gregory cb3f7d7584 Preparing release 1.2-RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695192 13f79535-47bb-0310-9956-ffa450edef68
2015-08-11 02:22:41 +00:00
Gary D. Gregory d402786f14 Fix Javadoc @see's.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695190 13f79535-47bb-0310-9956-ffa450edef68
2015-08-11 02:14:33 +00:00
Gary D. Gregory aa0fbb01a0 [CSV-157] Add enum CSVFormat.Predefined that contains the default CSVFormat values.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695179 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 22:47:30 +00:00
Gary D. Gregory fd3a9862bd [CSV-157] Add enum CSVFormat.Predefined that contains the default CSVFormat values.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695178 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 22:11:24 +00:00
Gary D. Gregory 6d5611f793 Use final.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695167 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 21:08:58 +00:00
Gary D. Gregory 0e91beab00 Sort 1 method.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695166 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 21:08:28 +00:00
Gary D. Gregory 224d30746c [CSV-156] Incorrect Javadoc on QuoteMode.NONE.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694977 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 07:05:58 +00:00
Gary D. Gregory cd8799e7b2 Javadoc minor tweak.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694973 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 06:58:10 +00:00
Sebastian Bazley 3faabbfc3a CGI must be svn:executable *
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1662057 13f79535-47bb-0310-9956-ffa450edef68
2015-02-24 17:42:30 +00:00
Emmanuel Bourg 304f191735 Load the data in memory before running the benchmarks
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1658653 13f79535-47bb-0310-9956-ffa450edef68
2015-02-10 09:46:36 +00:00
Emmanuel Bourg fd105586ea Exclude the benchmarks from the source distribution
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1658402 13f79535-47bb-0310-9956-ffa450edef68
2015-02-09 14:02:57 +00:00
Emmanuel Bourg 41fe7087b5 Set the amount of memory used by the benchmark
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1658398 13f79535-47bb-0310-9956-ffa450edef68
2015-02-09 13:48:34 +00:00
Emmanuel Bourg 78e2b24633 Added another baseline benchmark against StringUtils.split() from commons-lang
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1658392 13f79535-47bb-0310-9956-ffa450edef68
2015-02-09 12:58:44 +00:00
Emmanuel Bourg 19fbc19294 Added a JMH benchmark to compare the most commons CSV parsers
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1658276 13f79535-47bb-0310-9956-ffa450edef68
2015-02-08 23:47:27 +00:00