issues
search
gocarina
/
gocsv
The GoCSV package aims to provide easy CSV serialization and deserialization to the golang programming language
MIT License
1.99k
stars
245
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[BUG] Panic when csv file has more columns than the specified struct
#280
Harry-Gao-H
opened
1 month ago
0
panic with reflect.Value.Addr of unaddressable value
#279
qianxiansheng90
opened
1 month ago
0
Circular links between structs lead to massive memory consumption and a killed program
#278
SetorHabona
opened
3 months ago
0
Support TypeUnmarshalCSVWithFields in readEach
#277
mschmidt-onecause
closed
5 months ago
1
Support UnmarshalCSVWithFields in readEach
#276
mschmidt-onecause
closed
5 months ago
0
Implement mapping functions
#275
kubakl
opened
7 months ago
0
Cannot correctly marshal field that contains word "partial"
#274
MojoML
opened
8 months ago
0
Add generics to chan and callback-using functions
#273
lzambarda
opened
9 months ago
0
Uninitialized values not being written, the output format isn't a CSV format.
#272
alexisfrjp
closed
9 months ago
0
Use of generics to minimize interface{}
#271
kishaningithub
opened
9 months ago
0
why I cant have dots (.) in my csv data
#270
mayeter
opened
10 months ago
0
rune parsed as integer
#269
aviplot
opened
10 months ago
0
unmarshalFile how can i skip line that fail
#268
danielzed
opened
11 months ago
2
Support []interface{} as json package does
#267
CaledoniaProject
opened
11 months ago
0
No MarshalBytesWithoutHeaders method available
#266
CaledoniaProject
opened
11 months ago
0
fix: `ensureStructOrPtr` incorrect error string
#265
zacharyarnaise
opened
11 months ago
0
chore: use buffer.String() instead of string(buffer.Bytes())
#264
testwill
closed
12 months ago
1
UnmarshalString cannot parse string from MarshalString
#263
PatrLind
opened
1 year ago
0
Custom converter to add euro sign fails
#262
manuelarte
opened
1 year ago
1
Does this library support the latest go version?
#261
lamhieo02
opened
1 year ago
0
Does this library support the latest go version?
#260
lamfan011
closed
1 year ago
1
UnmarshalToCallback without header
#259
fcgxz2003
opened
1 year ago
0
Change unmarshaller to use CSVReader interface rather than *csv.Reader
#258
sblackstone
opened
1 year ago
0
Custom Separator
#257
AxelRHD
closed
1 year ago
2
UnmarshalToCallback functions don't return reader's error
#256
TelpeNight
closed
1 year ago
1
Add UnmarshalToChanWithErrorHandler()
#255
devbackend
closed
1 year ago
1
Custom bool marshall
#254
JakobDev
opened
1 year ago
1
time format mistake in README.md and examples/full/main.go
#253
ColaMint
opened
1 year ago
1
Allow customization of CSVReader for CSVToMaps()
#252
krigar1184
closed
1 year ago
1
add to check errors
#251
Goryudyuma
closed
1 year ago
1
add error handling
#250
Goryudyuma
closed
1 year ago
2
fix: handle slice/array of Struct when csv[] tag missing
#249
dchill72
closed
1 year ago
1
fix: tag name issue in nested struct with child elements as struct
#248
haton14
closed
1 year ago
1
Instancing global configuration values
#247
lumapat
opened
1 year ago
1
Option to skip rows that fail to unmarshal
#246
LukasDeco
opened
1 year ago
2
Header for nested time.Time field is incorrect
#245
sgtsquiggs
opened
1 year ago
1
feat: unmarshal support for multipart file added
#244
khairulTonu
closed
1 year ago
0
Remove zero-width chars from key, before matches
#243
egregors
closed
1 year ago
3
`getCSVFieldPosition` works wrong if column name contains zero width characters
#242
egregors
closed
1 year ago
1
feat: add flexibility for field-combiner rune
#241
c3llus
closed
1 year ago
1
Custom Parent.Child Combine String
#240
c3llus
closed
1 year ago
0
Custom convertes of data types that are not in the project scope
#239
manuelarte
opened
1 year ago
0
Fix nested non marshaling structs prefixing
#238
jozseftiborcz
closed
1 year ago
1
Race condition if multiple threads are parsing CSV and somebody calls SetHeaderNormalizer
#237
brianV
opened
1 year ago
0
UnmarshalToCallback leak goroutine
#236
LeGamerDc
opened
1 year ago
2
[BUG] Fails if comma is present in a header name
#235
Elijas
opened
1 year ago
4
allow "partial" keys
#234
kidandcat
closed
1 year ago
0
feat!: use CSVWriter interface instead of csv.Writer in SafeCSVWriter
#233
gfaugere
opened
1 year ago
2
feat: use CSVWriter interface instead of csv.Writer in SafeCSVWriter
#232
gfaugere
closed
1 year ago
1
Only generate message for NoUnmarshalFuncError when needed
#231
yotamN
closed
1 year ago
1
Next