GROOVY-11923: Provide a groovy-csv optional module#2462
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #2462 +/- ##
==================================================
- Coverage 66.4918% 66.4888% -0.0031%
- Complexity 30270 30312 +42
==================================================
Files 1411 1415 +4
Lines 118031 118217 +186
Branches 20989 21004 +15
==================================================
+ Hits 78481 78601 +120
- Misses 33074 33129 +55
- Partials 6476 6487 +11
🚀 New features to boost your workflow:
|
61cf8bd to
fd4a5d2
Compare
|
+1 |
|
I remember there was this GroovyCSV library as well by the way:
Maybe it's worth having a look at its feature-set. Via your PR, I discovered that Jackson was also parsing CSV! |
|
My thinking with Jackson CSV processing was that if folks are already using TOML or YAML jackson libraries via groovy-toml or groovy-yaml, then they have the shared databind jars already in the classpath. And it means typed object support identical across all of those: CSV, TOML and YAML. But I am not averse to GroovyCSV, OpenCSV, or Apache Commons CSV. |
|
This is fine to use Jackson! And the rationale makes sense. |
fd4a5d2 to
4f6c808
Compare
No description provided.