Module: Hakoy

Defined in:
lib/hakoy.rb,
lib/hakoy/version.rb,
lib/hakoy/file_appender.rb,
lib/hakoy/file_iterator.rb,
lib/hakoy/row_normalizer.rb,
lib/hakoy/timestamp_path.rb,
lib/hakoy/append_strategy.rb,
lib/hakoy/file_appender/csv.rb,
lib/hakoy/file_iterator/csv.rb

Defined Under Namespace

Modules: FileAppender, FileIterator Classes: AppendStrategy, Proxy, RowNormalizer, TimestampPath

Constant Summary collapse

VERSION =
"0.0.4"

Class Method Summary collapse

Class Method Details

.call(file, conf) ⇒ Object



14
15
16
# File 'lib/hakoy.rb', line 14

def self.call(file, conf)
  Proxy.new(conf).store(file)
end