issues
search
jszwec
/
csvutil
csvutil provides fast and idiomatic mapping between CSV and Go (golang) values.
MIT License
944
stars
62
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Escaping in headers
#71
hundredpinbowling
closed
1 month ago
3
feat: allow struct slice and struct array for valueType
#70
cia-rana
closed
10 months ago
7
Add support writing the header if a slice is empty
#69
cia-rana
closed
10 months ago
5
feat: add FailSlow flag to Decoder
#68
korrawit
closed
10 months ago
2
cannot unmarshal "" into Go value of type int
#67
mayeter
closed
10 months ago
2
Encoding array makes headers duplicated
#66
manuelarte
closed
1 year ago
0
[Bug?] Struct of Ints Fails to Unmarshal Second Field
#65
neilwhitlow
closed
1 year ago
3
simple way to test for MissingColumnsError
#64
tvojacek
closed
1 year ago
5
Decoding CSV Data with Mismatched Number of Fields Using
#63
yuki2006
closed
1 year ago
10
Add option case-insensitive for column name
#62
labi-le
closed
1 year ago
1
Add package name when using `NewDecoder` function
#61
soartec-lab
closed
1 year ago
0
Read file without defining a struct beforehand, such as into a `[]map[string]string`?
#60
FrankDMartinez
closed
1 year ago
1
[BUG] Fails if comma is present in a header name
#59
Elijas
closed
1 year ago
1
Add a shortcut constructor for a decoder header from type
#58
narqo
closed
1 year ago
1
Proposal: introduce Decoder DisallowMoreRecords option
#57
velart
closed
1 year ago
2
csvutil: unsupported type: []string
#56
mr-od
closed
2 years ago
7
How to read header structure inconsistency,Or start from the specified line?
#55
htyypt
closed
2 years ago
1
fix: nexted prefix order with inline
#54
hori-ryota
closed
2 years ago
2
Support unmarshalling to `map[string]string`
#53
ryanc414
closed
2 years ago
1
Remove header when marshalling data
#52
jrichard8
closed
2 years ago
1
Handling non-string values
#51
p3lim
closed
2 years ago
3
Suggestion on how to iterate the decoder
#50
dinigo
closed
2 years ago
3
Unable to unmarshal first column as string
#49
scharph
closed
2 years ago
4
Proposal: make `decodeError` public
#48
kanata2
closed
3 years ago
7
Decoding CSV with no header
#47
gabriel-vasile
closed
3 years ago
2
feature request: "inline" array elements (similar to inline tag for structs)
#46
mewmew
closed
2 years ago
7
method for normalizing headers
#45
meri-burgess
closed
3 years ago
1
Read csv without unknow header and different number of fields each line
#44
teocci
closed
3 years ago
5
Add more context info when error happens during unmarshal
#43
tatumsu
closed
3 years ago
1
Add support for dynamic field filtering
#42
liranms
closed
3 years ago
1
Feature request: Dynamic field filtering
#41
liranms
closed
3 years ago
0
Question: not possible to note write an entire column if all values empty?
#40
foob26uk
closed
3 years ago
5
Pointer receivers in Error() method of custom errors
#39
mariaefi29
closed
3 years ago
4
DisallowMissingColumns feature through csv tags
#38
mariaefi29
closed
3 years ago
4
How to decode CSV files with inconsistent column and struct
#37
lwlee2608
closed
3 years ago
3
Encode may not write all records if buffer fills up?
#36
keep94
closed
3 years ago
2
Unmarshalling 0 and 1 into boolean field
#35
pocockn
closed
3 years ago
1
MarshalerError should implement Unwrap method for Go1.13+
#34
jszwec
closed
3 years ago
0
Add validation for header
#33
lev112
closed
3 years ago
1
unmarshal is not compatible with utf8 bom
#32
jxskiss
closed
3 years ago
1
Support TextMarshaler and TextUnmarshaler interfaces
#31
cbelsole
closed
3 years ago
6
Add support for splitting fields with MarshalCSV
#30
diegommm
closed
4 years ago
9
Decoder: Allow to override any type's decoding function
#29
jszwec
closed
4 years ago
0
Encoder: Allow to override any type's encoding function
#28
jszwec
closed
4 years ago
1
Fix panic on decode: embedded pointer fields with blank csv fields
#27
jszwec
closed
4 years ago
1
Panic on decode: embedded pointer fields with blank csv fields
#26
jszwec
closed
4 years ago
1
Would this work with inconsistently delimited files?
#25
MostHated
closed
4 years ago
7
Add support for inlining struct fields with tag name serving as a prefix
#24
ptimson
closed
4 years ago
2
Encoding zero value on interface type field with omitempty tag results in an empty string
#23
jszwec
closed
4 years ago
0
Encoding initialized zero value pointer field with omitempty tag results in an empty string
#22
jszwec
closed
4 years ago
0
Next