Inverting a Schema: Creating `StringFromNumber` from `NumberFromString`
Is there a way to invert a schema? e.g. there's
NumberFromString, I want StringFromNumber, is the simplest way writing a transform or we can invert an existing schema?