MapMissingFields

Creates empty string fields if specified fields are not found on the targetTable.

KeyValue(s)Description
method"MapMissingFields"Creates empty string fields if specified fields are not found on the targetTable.
project"ProjectName"Current project name
table"TableName"Short name of table to be modified.
fields[
{"targetName":"fieldname1"},
{"targetName":"fieldname2"}
]
Array of fields to be made if not already present.


Use this method to confirm that required fields are present on a table even though it is valid for them to be missing from data input process.

{
  "method": "MapMissingFields",
  "table": "DELTA",
  "fields": [
    {
      "targetName": "RecordsToKeep"
    }
  ],
  "description": "Add RecordsToKeep",
  "project": "Issues"
}


See Also: