Registry / serialization / csvreader

csvreader

JSON →
library1.2.5rbrubygemsunverified

Read tabular data in CSV format the right way with zero-configuration best practices.

gem install csvreader
INSTALL
IMPORT
SIG · CSVREADER
C
csvreader
serializationrubyv1.2.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.

CSV
✓ require 'csvreader'

Read a CSV file and access the first cell.

require 'csvreader' table = CSV.read('data.csv') puts table[0][0]
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
13
Resources
csvreader — gem install csvreader · libregistry