Package org.typeexit.kettle.plugin.steps.ruby.streams

Examples of org.typeexit.kettle.plugin.steps.ruby.streams.ErrorStreamWriter


      data.errorRowMeta = meta.getParentStepMeta().getStepErrorMeta().getErrorFields().clone();
      data.stepErrorMeta = meta.getParentStepMeta().getStepErrorMeta();
      data.cacheFieldNames(data.errorRowMeta);

      data.container.put("$error", new ErrorStreamWriter(this));
    }

    // put the target steps into ruby scope
    RubyHash targetSteps = new RubyHash(data.runtime);
View Full Code Here

TOP

Related Classes of org.typeexit.kettle.plugin.steps.ruby.streams.ErrorStreamWriter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.