Hey all, we are using tap-quickbooks so we want ma...
# troubleshooting
c
Hey all, we are using tap-quickbooks so we want mapper to transform fields name so using meltano-map-transformer my changes are
mappers:
- name: meltano-map-transformer
variant: meltano
pip_url: git+<https://github.com/MeltanoLabs/meltano-map-transform.git>
mappings:
- name: change-field-name
config:
stream_maps:
Customer:
Name: DisplayName
__else__: __NULL__ #drop all others
else part is not working, so does anyone know how to drop others' fields
e