Skip to content
benrudolph edited this page Oct 21, 2014 · 8 revisions

HXL API Reference

HXL.foreach(filename, options, &block)

This reads a standard HXL encoded CSV and yields each row. The HXL class will use compact disaggregation to build the new CSV. Read more here.

HXL.merge([filenames], options, &block)

HXL.join([filenames], on, options, &block)

HXL.read([filenames], options, &block)

HXL.open(filename, options, &block)

Clone this wiki locally