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

HXL API Reference

  • HXL.foreach
  • HXL.merge
  • HXL.join
  • HXL.read
  • HXL.open

HXL.foreach(filename, options, &block)

HXL.foreach 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.

Clone this wiki locally