Skip to content

RENAME

Action

Bases: BaseSchemaAction

Rename the source field to the destination field.

Script template

"RENAME > 'destination_field' < ['source_field']"

Where only the first source_field will be used.

This - ideally - is the most commonly-used script action as many source and destination fields have the same intention but different names.

Example

"RENAME > 'occupant_name' < ['Primary Liable party name']"