ian_lewis
07/14/2023, 11:25 AMemail
the whole JSON data is hashed, not the chosen field.
- name: transform-field
variant: transferwise
pip_url: pipelinewise-transform-field
mappings:
- name: hide-emails
config:
transformations:
- field_id: "json_data"
tap_stream_name: "sample-table"
field_paths: [ "email" ]
type: "HASH"
It looks very much as though the mapper is failing to convert the string of JSON data into a Dict.
I'm using tap-mysql
to extract the data.