Class: Clusta::Transforms::Import::Mapper

Inherits:
Wukong::Streamer::Base
  • Object
show all
Defined in:
lib/clusta/transforms/import.rb

Instance Method Summary collapse

Instance Method Details

#process(*record) ⇒ Object



15
16
17
# File 'lib/clusta/transforms/import.rb', line 15

def process *record
  emit record.unshift(Settings[:as])
end