issues
search
dashbitco
/
nimble_csv
A simple and fast CSV parsing and dumping library for Elixir
https://hexdocs.pm/nimble_csv
772
stars
51
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
CI housekeeping
#82
kianmeng
closed
2 months ago
2
Add generated to newlines_separator macro
#81
kzlsakal
closed
7 months ago
1
Dialyzer error in newlines_separator!
#80
Munksgaard
closed
7 months ago
1
Dialyzer error with NimbleCSV.RFC4180
#79
sonic182
opened
9 months ago
1
Error handling guidance
#78
tfwright
closed
11 months ago
1
WIP: allow users to manage a user-defined state while parsing rows
#77
diasbruno
closed
9 months ago
9
Add benchmarks using benchee
#76
viniciusmuller
closed
1 year ago
1
newlines failing only with Streams
#75
jeregrine
closed
1 year ago
4
Add parentheses to the docs like the formatter would
#74
PragTob
closed
1 year ago
1
parse_stream vs parse_string
#73
klangner
closed
1 year ago
2
Add header option to order columns
#72
romulogarofalo
closed
2 years ago
1
Bump version listed in README.me
#71
jwbaldwin
closed
2 years ago
2
Misc doc changes
#70
kianmeng
closed
2 years ago
2
Bump Elixir/Erlang versions in GitHub Actions
#69
kianmeng
closed
2 years ago
2
Allow overriding separator in parse functions
#68
Dvogiatz
closed
2 years ago
2
Add config option to escape formulas on dump
#67
karlseguin
closed
2 years ago
3
Fix test descriptions: `with headers` and `without headers`
#66
vishal-h
closed
3 years ago
1
Excel can not open files .xlsx and .xls
#65
programisti
closed
3 years ago
2
Update version in readme
#64
mathieuprog
closed
3 years ago
1
Update CI config
#63
wojtekmach
closed
3 years ago
0
Escape only strings with leading zeros
#62
patatoid
closed
3 years ago
1
Update CI config
#61
wojtekmach
closed
3 years ago
0
Usage with csv files that contain escaped double quote entries
#60
neenjaw
closed
3 years ago
2
Add to_line_stream/1
#59
LostKobrakai
closed
4 years ago
2
NimbleCSV.RFC4180.dump* is using `\n` instead of `\r\n`
#58
unthought
closed
4 years ago
1
Transform stream to line based one before trying to parse
#57
LostKobrakai
closed
4 years ago
1
typo fix in NimbleCSV.Spreadsheet moduledoc
#56
nirev
closed
4 years ago
1
Make options an optional parameter
#55
fcevado
closed
4 years ago
1
define/2 should have a list as default second parameter.
#54
fcevado
closed
4 years ago
0
make it work with use.
#53
fcevado
closed
4 years ago
1
Slow parsing with refc binaries?
#52
pera
closed
4 years ago
3
conform to Elixir v. Erlang/OTP combinations suggested by José Valim
#51
adrianomitre
closed
4 years ago
1
add recommended Elixir and Erlang/OTP combinations to CI and migrate it from Travis to GitHub Actions
#50
adrianomitre
closed
4 years ago
1
Add stream run
#49
popo63301
closed
4 years ago
1
Update version in README.md
#48
mikl
closed
4 years ago
1
Parsing slower after each parse_stream call
#47
pera
closed
4 years ago
6
Specific encoding and bom support
#46
LostKobrakai
closed
4 years ago
4
Excel-Friendly default implementation
#45
LostKobrakai
closed
4 years ago
5
Update README.md
#44
sneako
closed
4 years ago
1
Add badges for current version and docs link
#43
PragTob
closed
5 years ago
1
Generated beam files contain absolute path for nimble_csv.ex
#42
TheFirstAvenger
closed
5 years ago
2
Keep track of line numbers while parsing
#41
alco
closed
5 years ago
2
Documentation on :headers option is confusing
#40
tonyc
closed
5 years ago
0
Escaping double quotes within text.
#39
Ajwah
closed
5 years ago
3
Support no escape character
#38
TheFirstAvenger
closed
5 years ago
3
Is there any easy way to keep the headers as the keys of each row of output, if the columns are not known in advance?
#37
x-ji
closed
5 years ago
2
Fails to compile on elixir 1.8 latest master
#36
lukaszsamson
closed
5 years ago
1
Dialyzer issue
#35
vantalter
closed
6 years ago
2
for()+hd() → Enum.flat_map(), formatter.
#34
am-kantox
closed
6 years ago
1
Accept an array of separators
#33
am-kantox
closed
6 years ago
1
Next