Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Design

 

Examples

Properties:

...

.

  • keyField: key on the basis of which input record will be de-normalized. This field should be included in input schema.
  • fieldNameName of the field in input record that contains output fields to be included in denormalized output.
  • fieldValueName of the field in input record that contains values for output fields to be included in denormalized output.
  • outputFieldSchema: list of the fields and its mappings to be included in de-normalized output. For example, ADDRESS (in input) to Addr (in output).

 

Example:

{

    "name": "RowDenormaliser",

...

                "keyField" : "",                "datasetName

               "fieldName": "fieldname",

"fieldValue": "fieldvalue"

                 "outputFieldSchema": " {..output table schema ...}",

...