Versions Compared

Key

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

...

            "properties":

              {

                               "keyField" : "keyfield",

               "fieldName": "fieldname",

"fieldValue": "fieldvalue"

                 "outputFieldSchemafieldValue": " {..output table schema ...}",fieldvalue"

                  "inputSchema"outputFields: " {.. input output table schema ...}",

              }

}

The transform takes DataBase table as input record that has a 'KeyField' field (column name) KeyField, FieldName, FieldValue input fields specified by user, de-normalizes it on the basis of this the key field, and then returns a de-normalised table according to the output schema specified by the user.

...