Example: Reassigning a File Name and Field Name within that File
To make multiple changes to the same file, include each change on a separate line:
NewFile = OldFile
NewFile.NewFieldName1 = OldFieldName1
NewFile.NewFieldName2 = OldFieldName2
. . .
To make multiple changes to the same file, include each change on a separate line:
NewFile = OldFile
NewFile.NewFieldName1 = OldFieldName1
NewFile.NewFieldName2 = OldFieldName2
. . .