related to https://github.com/smartprocure/contexture-export/pull/29 Looks like it'll be handy to add this fn ``` let flattenProp = _.curry((prop, target) => _.flow(F.expandObject(_.get(prop)), _.unset(prop))(target) ) ```