Hi Nathan,
You can use the following approach:

The value for the FixedLedgerNbr variable is defined in the ConfigureFields script rather than the ProcesRecords script since it only needs to be specified once.
The code in the ProcessRecords script is defensive and tests for a Null value in the 'Account Number' field.
Note: In this case it is likely to be ok to use a string (str) data type for the NewLedgerNbr and OldLedgerNbr fields. However, it is advisable to use the unicode data type for strings in situations where you cannot guarantee that only ASCII character values will be included in the string.
Regards,
Adrian
------------------------------
Adrian Williams
Precisely Software Inc.
Naperville IL
------------------------------
Original Message:
Sent: 05-27-2022 05:41
From: Nathan Schofield
Subject: Combine an existing cell with Static text and input into new column
Hi,
In my dataset I have an account number (set as 'LONG'). I have also created two new columns using a Transform node (OldLedgerNbr and NewLedgerNbr).
------------------------------
Nathan Schofield
Telstra Corporation Limited
Sydney NSW
------------------------------