Skip to content

string fallback_val for Replace::FieldValueWithStaticMapping

Compare
Choose a tag to compare
@kspurgin kspurgin released this 30 Nov 16:57
ebe96cd

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.