abstract-tables

Ruby ETL Utilities

Downloads
56.5K
Stars
6
Committers
2

h1. Abstract Table Library

In the spirit of the standard Unix utilites (like cat, grep, cut, etc.), this library creates an abstraction over tabular data. The library implements a series of drivers for sources with different encodings that act like sequences.

h1. Command Line Utilities

h2. atcat

h2. atview

h2. atgrep

Filter a table source by passing an expression, which has access to the record via the var @r@:

h2. atcut

Filter a source, selecting specific columns.

h1. License

h1. Authors

Kyle Burton [email protected]