Registry / serialization / remote-table

remote-table

JSON →
library3.3.3rbrubygemsunverified

Open local or remote XLSX, XLS, ODS, CSV, TSV, other delimited, fixed-width files, and Google Docs, returning an enumerator of Arrays or Hashes.

gem install remote_table
INSTALL
IMPORT
SIG · REMOTE-TABLE
R
remote-table
serializationrubyv3.3.3
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.

RemoteTable
require 'remote_table'

Read a remote CSV file

require 'remote_table' table = RemoteTable.new('https://example.com/data.csv') table.each { |row| puts row.inspect }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
remote-table — gem install remote-table · libregistry