string fallback_val for Replace::FieldValueWithStaticMapping
Previously, if a string was given for fallback_val
, the replaced field would be blank. Only :orig
and :nil
fallback_val values were handled.
Now, the replaced field will contain the fallback_val string if the static mapping does not contain the key being looked up.