issues
search
xlson
/
groovycsv
A simple CSV parsing library for groovy
http://xlson.com/groovycsv/
Other
139
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
links to javadocs online are broken on the page
#52
ppazos
opened
1 year ago
0
Javadoc no longer available
#51
karlkras
closed
2 years ago
1
Terrible design
#50
xpusostomos
opened
3 years ago
0
Don't make members private
#49
xpusostomos
opened
3 years ago
1
Add configuration option to not throw errors on missing columns
#48
xpusostomos
opened
3 years ago
0
Update to OpenCSV 5.0
#47
merkys
opened
5 years ago
0
Don't throw Array out of bounce exception, if line is too short
#46
JacobAae
closed
5 years ago
0
Version upgrades
#45
kdabir
opened
5 years ago
0
Improve configuration argument `skipLines` to support Ranges
#44
GhaTMA
closed
5 years ago
3
Add configuration arguments for trimming content
#43
GhaTMA
opened
5 years ago
1
Cannot parse double quote if is at the end of the line
#42
karaabova
closed
6 years ago
1
Feature: Skip Initial lines of Csv file while parsing.
#41
vikksa
closed
6 years ago
3
change gradle runtime dependecy scope to compileOnly
#40
Rayman2200
closed
6 years ago
1
Use more up to date OpenCSV?
#39
monetschemist
closed
6 years ago
2
Empty lines aren't correctly skipped in 1.2.1-SNAPSHOT
#38
xlson
closed
7 years ago
5
Cannot parse CSV as a closure from File.traverse
#37
tyskjohan
closed
7 years ago
2
Problem when header row has an extra separator
#36
pbootsma
closed
7 years ago
4
Default "quoteChar" value
#35
Klinton90
closed
7 years ago
2
Fixed gradle wrapper. Upgraded gradle version to 2.0
#34
Alittlemurkling
closed
9 years ago
1
Unable to do the build
#33
nmrao
closed
9 years ago
1
toMap() Missing
#32
astanciu
closed
9 years ago
1
Publish a new release to Maven
#31
smartdreamer
closed
9 years ago
2
Problems parsing extra spaces between column names (e.g., PayPal)
#30
joebowbeer
closed
7 years ago
1
exception when the csv contains an empty line
#29
mrdfuse
closed
7 years ago
4
Issue25
#28
gmazelier
closed
10 years ago
5
Running groovycsv on heroku
#27
seppkurt
closed
10 years ago
1
Errors while handling \ and "
#26
fcamblor
closed
7 years ago
4
Convert to List of maps, or iterator of maps.
#25
Zergleb
closed
10 years ago
1
Enable users to choose '\0' as escapeChar
#24
ssar
closed
10 years ago
1
Handling CSV headers with spaces or special chars
#23
syepes
closed
12 years ago
1
ClassNotFoundException: au.com.bytecode.opencsv.CSVReader
#22
seppkurt
closed
13 years ago
2
first column of csv file cannot be used
#21
seppkurt
closed
12 years ago
10
Error handling for incorrect usage of arguments
#20
xlson
closed
10 years ago
0
Change readFirstLine to something that is easier to use
#19
xlson
closed
10 years ago
0
Configurable Column names
#18
xlson
closed
13 years ago
1
Static methods to allow for a nicer syntax when parsing
#17
xlson
closed
13 years ago
1
Groovycsv auto detection
#16
antoineroux
closed
13 years ago
7
Upload javadoc for 0.2 to github pages
#15
xlson
closed
14 years ago
2
Replace usage of GPG with Huxi's pgp plugin
#14
xlson
closed
14 years ago
1
hasNext throws IllegalArgumentException
#13
xlson
closed
14 years ago
1
Reading csv values by index
#12
xlson
closed
13 years ago
1
Release 0.2 of GroovyCSV
#11
xlson
closed
14 years ago
2
Add call to csvReader.close()
#10
xlson
closed
14 years ago
1
Add support for setting header-names manually
#9
xlson
closed
13 years ago
1
Allow CsvParser to parse readers and streams?
#8
xlson
closed
14 years ago
1
Find a better name for the project
#7
xlson
closed
14 years ago
4
Add toString() to PropertyMapper
#6
xlson
closed
14 years ago
1
Add csv-parser to a maven repo and write examples using @Grab annotation
#5
xlson
closed
14 years ago
3
Configuring of primitive types for columns
#4
xlson
closed
14 years ago
1
Support large csv files by not reading all the csv at parse-time
#3
xlson
closed
14 years ago
1
Next