issues
search
koles
/
ya-csv
CSV parser/writer for Node.js
MIT License
242
stars
55
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix issue with comment char in data.
#54
sumishin
closed
4 years ago
0
column
#53
vishnusankark
closed
6 years ago
0
Add a close() method to the CsvWriter
#52
tzellman
closed
5 years ago
0
Update ya-csv.js
#51
NerdyToddGerdy
closed
5 years ago
0
found a spelling error
#50
NerdyToddGerdy
closed
7 years ago
1
Fix typo
#49
Jason-Cooke
closed
7 years ago
1
Console.loged reader out put for a large file, and got "... 924 more items" instead of the other items.
#48
davidfufu
closed
7 years ago
9
Added syntax highlighting to readme
#47
amilajack
closed
7 years ago
1
fixes #45
#46
ChrisAlvares
opened
7 years ago
0
Escaped Quotes at the end of a chunk are incorrectly ignored.
#45
ChrisAlvares
opened
7 years ago
0
Add writer option to escape formulas
#44
cstigler
closed
8 years ago
0
There is no clear way to close a CsvFileWriter
#43
mbdroid
opened
9 years ago
1
how to run this project ?
#42
mlotfi2005
closed
9 years ago
1
reader.pause() doesn't seem to work
#41
Leekao
opened
9 years ago
1
How to read a csv file if it's residing in a password protected location?
#40
biju16mvk
closed
8 years ago
1
Fix writing CSVs with custom encoding
#39
cstigler
closed
8 years ago
0
Optional quotes
#38
StanislavRadkov
closed
9 years ago
8
Improvement: Allow periods in column names for property grouping
#37
mathiasm74
closed
8 years ago
1
Option to make escaping optional
#36
tp
opened
10 years ago
0
Add unicode support!
#35
mathiasm74
closed
10 years ago
3
csv files with single quotes fail
#34
wmbutler
closed
10 years ago
1
Correctly emit errors thrown when we attempt to parse a line.
#33
alexjeffburke
closed
10 years ago
3
publish 0.9.3 to npm
#32
alexjeffburke
closed
10 years ago
2
Last field is set as undefined if it is empty
#31
JordyMoos
opened
10 years ago
0
Allow CsvStreamWriter to handle null values.
#30
emcmanus
closed
10 years ago
4
Emit parsing error instead of throwing.
#29
diversario
closed
8 years ago
2
Trim leading and trailing whitespaces in a field, per the CSV spec (such...
#28
petersen-poul
closed
8 years ago
2
Don't crash when passed a binary file
#27
scottsd
closed
8 years ago
5
Allow user's `columnNames` option to override first row (header) of CSV
#26
leesei
closed
11 years ago
2
Fix processing of errors during parsing
#25
vdmitriy
closed
8 years ago
1
Problems catching error events
#24
DominicBoettger
closed
8 years ago
1
allow empty string options
#23
freewil
closed
11 years ago
3
Add ability to parse strings
#22
pathikrit
opened
12 years ago
1
createCsvStreamRead readStream set to undefined?
#21
dereke
opened
12 years ago
0
How to catch error
#20
moshir
closed
10 years ago
4
typo
#19
dominykas
closed
12 years ago
1
Hi! I fixed some calls to "sys" for you!
#18
node-migrator-bot
closed
12 years ago
0
Why do you support only linux or darwin?
#17
heycalmdown
closed
12 years ago
0
expect quoting only on field beginning
#16
rkusa
closed
11 years ago
3
Make createCsvFileWriter()'s <options> param optional
#15
runningskull
closed
12 years ago
1
Adding a way to manage the read stream
#14
esatterwhite
closed
12 years ago
0
include flags option to pass through to createRead/WriteStream.
#13
davidmarkclements
closed
12 years ago
2
Strip BOM to handle a file encoded as ucs2.
#12
heycalmdown
closed
12 years ago
0
escapechar should be escape in Readme.MD, see _setOptions. :)
#11
davidmarkclements
closed
12 years ago
1
Fix: npm WARN ya-csv@0.1.8 package.json: bugs['web'] should probably be bugs['url']
#10
TooTallNate
closed
13 years ago
2
Various cleanups
#9
tedeh
closed
13 years ago
2
Leniency for nested quotes
#8
darrenderidder
closed
13 years ago
0
Allow feeding manual feeding of data to ya-csv
#7
miracle2k
closed
13 years ago
0
Numbers in csv Writer
#6
yule
closed
13 years ago
1
Support writing object records
#5
izuzak
opened
14 years ago
0
Next