Condtional Mapping in Data Prep based on data value
When doing RAW ingestion via the HTTP API Streaming Source Connector, a source field can be mappend to multiple target field. However, there is no option to condition the mapping based on the value of the field.
A case in point.
If value of source field A eqauls yes, map to target field A
if value of source field A equals no, map to target field B
This cannot, to my understand, be done via calculated fields either, as you can only do if statements manipulating the value of said field, but not the mapping itself.