Registry / serialization / honey-format

honey-format

JSON →
library0.27.0rbrubygemsunverified

Proper objects for CSV headers and rows, convert column values, filter columns and rows, with no dependencies other than Ruby stdlib.

gem install honey_format
INSTALL
IMPORT
SIG · HONEY-FORMAT
H
honey-format
serializationrubyv0.27.0
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.

HoneyFormat
require 'honey_format'

Parses a CSV file and prints each row's name column.

require 'honey_format' csv = HoneyFormat::CSV.new(File.read('data.csv')) csv.rows.each { |row| puts row['name'] }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.27.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
honey-format — gem install honey-format · libregistry