Registry / serialization / fastercsv

fastercsv

JSON →
library1.5.5rbrubygemsunverified

Faster replacement for the CSV standard library, pure Ruby with improved performance.

gem install fastercsv
INSTALL
IMPORT
SIG · FASTERCSV
F
fastercsv
serializationrubyv1.5.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FasterCSV
require 'fastercsv'

Read a CSV file

require 'fastercsv' FasterCSV.foreach('data.csv') { |row| puts row.join(',') }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
fastercsv — gem install fastercsv · libregistry