Gary Gregory
|
f05b653d08
|
Fix Javadoc for org.apache.commons.csv.CSVParser.parse(Path, Charset,
CSVFormat). GitHub PR #13.
|
2016-08-23 14:29:37 -07:00 |
Gary Gregory
|
5f14d16a66
|
[CSV-193] Fix incorrect method name 'withFirstRowAsHeader' in user
guide.</action>
|
2016-08-11 15:30:39 -07:00 |
Gary Gregory
|
fa437cb924
|
Add testRfc4180QuoteSingleChar().
|
2016-07-31 00:29:29 -07:00 |
Gary Gregory
|
190390bf5d
|
[CSV-171] Negative numeric values in the first column are always quoted
in minimal mode.
|
2016-07-31 00:21:35 -07:00 |
Gary Gregory
|
1023690dc2
|
Break up testEscapeBackslash() method into individual tests.
|
2016-07-30 23:42:51 -07:00 |
Gary Gregory
|
d067c3ffe6
|
Remove extra blank line.
|
2016-07-30 23:37:32 -07:00 |
Gary Gregory
|
0c3bf8266d
|
Add testPrintOnePositiveInteger().
|
2016-07-30 16:36:49 -07:00 |
Gary Gregory
|
47d11b853f
|
Sort method.
|
2016-07-30 16:33:47 -07:00 |
Gary Gregory
|
a9b0be192d
|
Javadocs.
|
2016-07-30 16:26:10 -07:00 |
Gary Gregory
|
a318a437a2
|
[CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat).
Adjust API to be Charset-based instead of String (charset name), just
like it says in the Jira title.
|
2016-07-30 16:25:48 -07:00 |
Gary Gregory
|
86ef75f808
|
[CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat).
Adjust API to be Charset-based instead of String (charset name), just
like it says in the Jira title.
|
2016-07-30 16:24:12 -07:00 |
Gary Gregory
|
6780f0d96c
|
Remove unused import.
|
2016-07-30 11:23:32 -07:00 |
Gary Gregory
|
bb316857d3
|
Javadocs.
|
2016-07-30 11:23:02 -07:00 |
Gary Gregory
|
59e1f7941f
|
Add @SuppressWarnings.
|
2016-07-30 11:19:23 -07:00 |
Gary Gregory
|
9b37b1eb1f
|
[CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat)
|
2016-07-30 11:16:31 -07:00 |
Gary Gregory
|
81f24008c6
|
Add missing JIRA IDs.
|
2016-07-30 11:08:34 -07:00 |
Gary Gregory
|
d6278c817a
|
Sort static methods.
|
2016-07-30 11:02:55 -07:00 |
Gary Gregory
|
67e7c55095
|
Javadocs.
|
2016-07-30 11:00:53 -07:00 |
Gary Gregory
|
b0b36b2267
|
Javadocs.
|
2016-07-30 10:59:34 -07:00 |
Gary Gregory
|
ac46f73b25
|
[CSV-189] CSVParser: Add factory method accepting InputStream.
|
2016-07-30 10:57:13 -07:00 |
Gary Gregory
|
0d7c984c63
|
Ignore Eclipse files and folders.
|
2016-07-30 08:15:58 -07:00 |
Benedikt Ritter
|
96563ca5a7
|
Add maven files to .gitignore
|
2016-07-10 21:36:36 +02:00 |
Benedikt Ritter
|
753dda04c8
|
Document change of SCM location
|
2016-07-10 21:33:02 +02:00 |
Gary D. Gregory
|
3c7ec1feba
|
Remove unused import.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1750735 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-30 00:13:53 +00:00 |
Gary D. Gregory
|
56b448111f
|
Fix comment.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748431 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-14 15:30:43 +00:00 |
Gary D. Gregory
|
e2bbfcc6d3
|
Add convenience API CSVFormat.print(Path, Charset) (JIRA is down ATM).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748349 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-14 06:00:15 +00:00 |
Gary D. Gregory
|
eb5c332a72
|
Add convenience API CSVFormat.print(File, Charset) (JIRA is down ATM).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748347 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-14 05:53:32 +00:00 |
Gary D. Gregory
|
8c4551b5e3
|
Next release is 1.5.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748097 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-13 06:59:33 +00:00 |
Gary D. Gregory
|
05fc4d1018
|
Use final.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748096 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-13 06:58:34 +00:00 |
Gary D. Gregory
|
275a8431e0
|
Use Java 7 method instead of Apache Commons Lang 3.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748095 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-13 06:57:56 +00:00 |
Gary D. Gregory
|
9daee9042c
|
Use try-with-resources.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748094 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-13 06:56:49 +00:00 |
Gary D. Gregory
|
ed6adc706e
|
Use generics diamonds.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748079 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-13 02:29:53 +00:00 |
Gary D. Gregory
|
285978743f
|
[CSV-187] Update platform requirement from Java 6 to 7.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748078 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-13 02:28:47 +00:00 |
Gary D. Gregory
|
70b782d6df
|
Add tests for CSVFormat.equals for null quotes. Closes #12.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1747331 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-08 00:48:45 +00:00 |
Gary D. Gregory
|
b97cf1d6e1
|
Update for 1.4.1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745966 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-29 03:01:12 +00:00 |
Gary D. Gregory
|
948af4cbc8
|
1.4-SNAPSHOT -> 1.4.1-SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745962 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-29 02:17:28 +00:00 |
Gary D. Gregory
|
aa4e77ce03
|
[CSV-183] Drop ferc.gov tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745417 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-25 02:40:01 +00:00 |
Gary D. Gregory
|
d5d2547cb3
|
[CSV-183] Drop ferc.gov tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745410 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-24 23:03:01 +00:00 |
Sebastian Bazley
|
7587f0dc78
|
Remove text added incorrectly in r1609776 "Define RAT exclusions for test data"
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745406 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-24 21:31:25 +00:00 |
Gary D. Gregory
|
a869517814
|
Refer to https://issues.apache.org/jira/browse/LEGAL-175.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745267 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-23 20:47:06 +00:00 |
Gary D. Gregory
|
dea2699833
|
Refer to https://issues.apache.org/jira/browse/LEGAL-175.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745266 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-23 20:46:08 +00:00 |
Gary D. Gregory
|
305beea60f
|
Add missing entries in CSVFormat list. Branding.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745265 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-23 20:42:58 +00:00 |
Gary D. Gregory
|
739c122d9f
|
MS -> Microsoft
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745263 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-23 20:34:32 +00:00 |
Gary D. Gregory
|
95eb13a328
|
Order list in AB order.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745261 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-23 20:34:14 +00:00 |
Gary D. Gregory
|
57b59cf372
|
Branding.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745260 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-23 20:33:43 +00:00 |
Gary D. Gregory
|
5924943c57
|
Add missing entries in CSVFormat list.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745259 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-23 20:25:15 +00:00 |
Gary D. Gregory
|
fe7aadf9f1
|
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745258 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-23 20:24:33 +00:00 |
Gary D. Gregory
|
4321c08c21
|
Use the active voice.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745257 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-23 20:18:35 +00:00 |
Gary D. Gregory
|
9f9a8b7370
|
Order list in AB order.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745256 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-23 20:17:13 +00:00 |
Gary D. Gregory
|
5db2ae83d1
|
Update how we present ferc.gov sample files per discussion on the ML for releasing 1.4-RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745238 13f79535-47bb-0310-9956-ffa450edef68
|
2016-05-23 17:48:54 +00:00 |