Gary D. Gregory
|
9599bfe743
|
Document empty block. Formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508936 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-31 15:43:33 +00:00 |
Gary D. Gregory
|
e33dced746
|
Document empty block.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508935 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-31 15:42:36 +00:00 |
Gary D. Gregory
|
97d34575a1
|
Revert back to NOT skipping a record when withHeader is called with a non-empty array. Add skipHeaderRecord setting to CSVFormat and use when headers are initialized.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508933 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-31 15:39:57 +00:00 |
Gary D. Gregory
|
e6759b8c10
|
Sort members.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508635 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 21:24:52 +00:00 |
Gary D. Gregory
|
f881372d92
|
Validate that headers do not contain duplicates.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508618 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 20:44:15 +00:00 |
Gary D. Gregory
|
3320c53e27
|
Sort members.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508613 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 20:37:17 +00:00 |
Gary D. Gregory
|
1533facb19
|
When withHeader is set to any non-null value, the first record is the first <em>data</em> record, not the header record.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508612 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 20:36:12 +00:00 |
Gary D. Gregory
|
390800f288
|
Make org.apache.commons.csv.CSVFormat.getHeader() public and make it return a clone.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508585 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 19:32:40 +00:00 |
Gary D. Gregory
|
69997467d4
|
Refactor to only have minimal CSVParser constructors in favor of CSVParser factory methods for String, resource path, URL, and File. Update some tests to use the APIs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508544 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 17:36:34 +00:00 |
Gary D. Gregory
|
61fdb7a03a
|
Sort members.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508511 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 16:26:43 +00:00 |
Gary D. Gregory
|
21ed5b135c
|
Better lvar name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508510 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 16:25:30 +00:00 |
Gary D. Gregory
|
f78b5a14ca
|
Change CSVFormat#Iterable<CSVRecord> parse(final Reader in) to return a CSVParser, which is compatible since CSVParser implements Iterable<CSVRecord>. This allows a caller to end the parsing by calling CSVParser#close() or to use CSVParser in a Java 7 try-with-resources, without tracking a reader or input stream.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508509 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 16:22:07 +00:00 |
Gary D. Gregory
|
7af334d7d5
|
Allow a caller to close the parser before reading all records and free resources. The parser and lexer now implement java.io.Closeable.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508475 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 14:50:42 +00:00 |
Gary D. Gregory
|
ee7335a2fc
|
[CSV-99] Revert Builder implementation in CSVFormat.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508472 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 14:44:48 +00:00 |
Gary D. Gregory
|
75f39a81a7
|
[CSV-99] Revert Builder implementation in CSVFormat.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508470 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 14:42:32 +00:00 |
Benedikt Ritter
|
7dbc976992
|
Better use maven.compiler.target instead of the old property (maven.compile.target)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1504978 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 19:40:59 +00:00 |
Sebastian Bazley
|
e2f4016729
|
downdate H2 database to version that supports Java 1.5
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1500492 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-07 17:37:33 +00:00 |
Benedikt Ritter
|
951f6d495e
|
Update to latest commons parent pom
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1499858 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-04 20:23:07 +00:00 |
Benedikt Ritter
|
db2594f404
|
Update to latest parent (although CP 32 is on the way :)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1498005 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-29 19:04:41 +00:00 |
Benedikt Ritter
|
20721c5a3d
|
Make sure an unmapped header returns null
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1498003 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-29 19:04:01 +00:00 |
Gary D. Gregory
|
1579c1786a
|
Fix formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1496236 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-24 22:18:23 +00:00 |
Sebastian Bazley
|
d045a45f57
|
Clarify (hopefully) the Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1496064 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-24 14:22:56 +00:00 |
Gary D. Gregory
|
df4bd36e7b
|
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1496024 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-24 13:13:57 +00:00 |
Sebastian Bazley
|
ad0acc17e1
|
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1495965 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-24 09:15:27 +00:00 |
Gary D. Gregory
|
b460ef6200
|
Add contants for [CSV-51] Support Unicode line separators.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1495914 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-24 03:27:03 +00:00 |
Gary D. Gregory
|
d5cc0d8a7c
|
Replace magic String with constant from Constants.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1495912 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-24 03:17:29 +00:00 |
Gary D. Gregory
|
5a0894f9e0
|
[CSV-93] Allow the handling of NULL values. Use a single property 'nullString' for both input and output processing. No substitutions occur if null. For reading, nullString is used to convert field values to null. For writing, nullString is used to output the given string instead of the empty string.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1495911 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-24 03:06:05 +00:00 |
Gary D. Gregory
|
530b038269
|
Fix possible NPE reported by FindBugs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1495269 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-21 01:49:03 +00:00 |
Gary D. Gregory
|
93a07b9b8f
|
Better param name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1495268 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-21 01:46:26 +00:00 |
Gary D. Gregory
|
30579102f6
|
Update H2 used for tests to 1.3.172 from 1.3.168.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1495264 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-21 01:23:30 +00:00 |
Gary D. Gregory
|
ab2e7eb504
|
- Add final modifier to method parameters.
- Add final modifier to local variables.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1495203 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-20 21:39:53 +00:00 |
Benedikt Ritter
|
4aa1f4d36c
|
Update to latest commons parent pom
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1491178 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-09 10:25:50 +00:00 |
Benedikt Ritter
|
8fc8386db0
|
Use viewvc instead of raw svn url
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1491175 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-09 10:18:42 +00:00 |
Sebastian Bazley
|
006188ebb9
|
Allow checkstyle to be run interactively (not part of site build)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1485830 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-23 19:15:59 +00:00 |
Sebastian Bazley
|
c6c762ad9d
|
Checkstyle: put trailing || on previous line (indicates more to come)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1485805 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-23 18:21:32 +00:00 |
Sebastian Bazley
|
e5d7b21456
|
Checkstyle: trailing spaces
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1485799 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-23 18:17:23 +00:00 |
Sebastian Bazley
|
67b778e455
|
Document how to avoid the following site build failure
Embedded error: Error rendering Maven report: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1485623 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-23 09:27:17 +00:00 |
Sebastian Bazley
|
abdad63c89
|
Missing issueManagement section added
Renamed deprecated tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1485520 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-23 00:34:02 +00:00 |
Sebastian Bazley
|
512e446d28
|
Add code and test for Quote.NONE
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1480499 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-08 23:54:22 +00:00 |
Sebastian Bazley
|
bb3bb0d65b
|
Test default Quote policy
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1480498 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-08 23:43:14 +00:00 |
Sebastian Bazley
|
71c69df6dd
|
CSV-98 Line number counting is confusing
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1479936 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-07 15:12:48 +00:00 |
Sebastian Bazley
|
5b2e5f809b
|
Simplify code so delimiter only printed in one place
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1479823 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-07 09:09:11 +00:00 |
Sebastian Bazley
|
978e5796e2
|
MOre tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1479753 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-07 02:21:38 +00:00 |
Sebastian Bazley
|
0fabee5f24
|
Add some more tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1479730 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-06 23:54:45 +00:00 |
Sebastian Bazley
|
02c1b35939
|
Document why original object is needed
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1479721 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-06 23:29:45 +00:00 |
Sebastian Bazley
|
c616a17650
|
Typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1479719 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-06 23:24:07 +00:00 |
Sebastian Bazley
|
e697318e68
|
Fix Javadoc to current behaviour
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1479712 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-06 23:02:34 +00:00 |
Sebastian Bazley
|
4f61bd1aee
|
Extract check for metaChar
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1479706 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-06 22:38:23 +00:00 |
Sebastian Bazley
|
883511fa42
|
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1479701 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-06 22:18:21 +00:00 |
Benedikt Ritter
|
e6ba150743
|
Use isDelimiter method instead of != check.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1478655 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-03 06:37:58 +00:00 |