Module: Sequel
- Defined in:
- lib/extensions/export.rb,
lib/sequel_tree.rb
Overview
The export extension adds Sequel::Dataset#export
Export with no options specified will export as tab-delimited w/o any quoting
Date, Time, and DateTime are exported as ISO-8601 en.wikipedia.org/wiki/ISO_8601
Non-numerics are encased in given :quote_char (default is none) Columns are delimited by given :delimiter (default is tab character) Headers are emitted by default (suppress with :headers => false)