Hopefully, this is an easy solution.
I have a scenario in my data where if a field is blank I need to swap around different fields (based on parsing results).

So if App field is blank then the value in Country should be moved to Sector and the value in Sector should be moved to App. The Country value should be set to Null.
Do I need to create a new temp field to support this?
Adam