Concept Flow - $rename operator for field names
Start with original document
Apply $rename operator
Check each field in $rename
Rename field if exists
Create new field with old value
Remove old field
Return updated document
The $rename operator changes field names in a document by copying the value to a new field and removing the old field.