We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)