Once field names become interesting, e.g. the output from JSON with dots etc, I find it easier to use the dictionary notation. (Not sure if its really called that).
Its a few more chars to type, but seems bombproof.
Configure fields:
out1['Feed Identifier'] = unicode
Process Records:
out1['Feed Identifier']= 'xyz'
------------------------------
Peter Sykes
Data Governance & Architecture
Vontobel Holding AG
Zurich
------------------------------
Original Message:
Sent: 02-01-2024 14:38
From: Mike Spalding
Subject: Field name with spaces
Hello,
Feel like this is pretty obvious but I can't figure it out.
I'm adding a new field using a transform node.
out1 += in1
out1.Feed_Identifier = str
I really want my field name to be Feed Identifier. With a space between. It doesn't seem to like the space between the words so I've added the _ (underscore) and then I use the modify fields node to change the name. What do I need to do to add the new field with the space between the words, without having to use the underscore.
Thanks
------------------------------
Mike Spalding
manager
AbbVie Inc.
------------------------------