Class StructFlattener

java.lang.Object
nz.org.riskscape.engine.output.StructFlattener

public class StructFlattener extends Object

Flattens nested Structs to allow them to be written to data sources that don't support nested data structures.

Note that a flattener should be used once per struct, as they track which columns have already been used.