Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: jchartrandMorning -
Working on changing a few sets of data within a particular field and I am running into a road block for what I feel should be quite simple.
I would like to change Sysco Newfoundland to Sysco Mount Pearl.
I have been playing with if-then-else as well as .replace but seem to be coming up blank.
Here is what I have now...
NewDCName = 'DC Name'.replace("Sysco Newfoundland","Sysco Mount Pearl")
emit *, NewDCName
Subset of Data below
'DCName'
Sysco Newfoundland
Sysco Ontario
Sysco Quebec
Any help would be great!
Thanks