Class SegmentStep

All Implemented Interfaces:
nz.org.riskscape.engine.Identified, nz.org.riskscape.engine.pipeline.Step

public class SegmentStep extends BaseStep<SegmentStep.Parameters>

Step that will transform flat input data into a more nested form.

Input data would normally be expected from a source such as CSV which is inherently all text so coercion is used to attempt to convert. Of course this can cause errors at runtime when fields do not contain the expected values.

  • Constructor Details

    • SegmentStep

      public SegmentStep(nz.org.riskscape.engine.Engine engine)
  • Method Details