-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Dynamic Auto-Map #3965
Comments
This looks to me is to collapse/flatten nested json objects and use dot (or some other char) as delimiter in keys. If the source keys are known, this can be done with existing
but it can be a tedious process to set this up if there are many fields in the json. To flatten all fields in json and put under a destination key, we can have a new processor
source: flatten all fields under source; defaults to root if not specified |
Discussed offline. The description has been updated. The transformation involves these steps:
|
#TO
#MAPPING
The text was updated successfully, but these errors were encountered: