issues
search
ruby
/
csv
CSV Reading and Writing
https://ruby.github.io/csv/
BSD 2-Clause "Simplified" License
181
stars
114
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Console application for filtering CSV
#321
BurdetteLamar
opened
6 days ago
0
CLI for filter
#320
BurdetteLamar
closed
6 days ago
9
Add TSV class for tab-separated values
#319
jsxs0
opened
4 weeks ago
6
Add :sep as an alias for :col_sep
#318
jsxs0
opened
4 weeks ago
1
Add :sep option as alias for :col_sep and TSV class for tab-separated values
#317
jsxs0
closed
4 weeks ago
2
[DOC] More about filter options
#316
BurdetteLamar
closed
4 weeks ago
2
compatibility with parallel
#315
dorianmariecom
closed
2 months ago
2
`require 'csv'; CSV.generate { |csv| csv << {a: 1, b: 2} }` throws `undefined method 'collect' for nil`
#314
dorianmariecom
opened
3 months ago
1
Add Time converter to CSV::Converters
#313
bdewater
closed
3 months ago
2
Don't build quoted_fields array when not needed
#312
marshall-lee
closed
4 months ago
2
Avoid dynamic parse method dispatch for faster access
#311
marshall-lee
closed
4 months ago
3
Update filtering recipes to clarify parsing and writing headers
#309
jeropaul
closed
5 months ago
2
CSV.filter(input, output, headers: true) does not write the header row to output!
#308
jeropaul
closed
5 months ago
5
Fix typo in recipe "Parse from File with Headers"
#307
herwinw
closed
5 months ago
1
Rename the default branch name to "main" from "master"
#306
kou
opened
5 months ago
1
doc CSV.parse: Add BOM handling
#305
JunichiIto
closed
6 months ago
1
Exclude older than 2.6 on macos-14
#304
nobu
closed
6 months ago
0
Move development dependencies to Gemfile
#303
nobu
closed
6 months ago
0
Allow CSV.open with StringIO argument
#302
MarcPer
closed
3 months ago
10
feature request: Warn when reading BOM text with headers option
#301
JunichiIto
closed
6 months ago
16
Read StringIO with foreach
#300
MarcPer
closed
3 months ago
2
Use www.rfc-editor.org for RFC text.
#299
hsbt
closed
8 months ago
1
Loading line becomes strange when skip_lines is specified
#296
rytkmt
closed
8 months ago
6
README: Fix link to API docs
#295
olleolleolle
closed
9 months ago
1
Update link to Recipes documentation in Readme
#294
jarrettgreen
closed
9 months ago
0
Inconsistent behaviour between `CSV::Table.new` and `CSV.parse`
#292
Zopolis4
closed
12 months ago
10
liberal parsing does not split column as expected with quote at end of column
#291
mreinsch
closed
1 year ago
8
Use reusing workflow
#289
hsbt
closed
1 year ago
1
ci: test on maintained ruby versions
#288
igas
closed
1 year ago
6
Add CSV::InvalidEncodingError
#287
shibaaaa
closed
1 year ago
3
Bump actions/checkout from 3 to 4
#286
dependabot[bot]
closed
1 year ago
0
A fiber to execute ':heder_converters' has been changed since v3.2.6
#285
niku
closed
1 year ago
1
Recipes not copied downstream
#284
BurdetteLamar
opened
1 year ago
6
[DOC] Fix broken links
#283
BurdetteLamar
closed
1 year ago
0
Support RJIT
#281
nobu
closed
1 year ago
0
docs: Add entry for backslash_quotes liberal parsing
#280
markaschneider
closed
1 year ago
1
Duplicated last line in CSV.foreach
#279
GabrielNagy
closed
1 year ago
14
test: rename Helper to CSVHelper
#278
luke-gru
closed
1 year ago
4
Extract Scanner and InputScanner into external classes
#277
fidalgo
closed
1 year ago
5
docs: fix example in Recipe: Capture Unconverted Fields
#276
ytjmt
closed
1 year ago
1
Broken links in documention
#275
apatniv
opened
1 year ago
11
Use https links instead of http
#274
apatniv
closed
1 year ago
1
Remove unused @double_quote_character from Parser
#273
Maumagnaguagno
closed
1 year ago
1
Suggestion to add `sep` option
#272
kojix2
opened
1 year ago
2
feature: add option to limit length of strings
#271
foonlyboy
closed
1 year ago
3
How about GH releases generated by `gh release create --generate-notes`
#270
hsbt
opened
1 year ago
5
Backport from ruby/ruby changes
#269
hsbt
closed
1 year ago
1
New release for Ruby 3.2
#268
hsbt
closed
1 year ago
7
test: Use CSV.foreach with block and fix typo
#267
Maumagnaguagno
closed
1 year ago
1
Bump actions/checkout from 2 to 3
#266
dependabot[bot]
closed
1 year ago
0
Next