We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a feature request which is requested a processor to implement the following ETL functionality to handle Mapping string to array.
#SOURCE
"some_source": [ { "src_key_1": "val_1" } ]
#TO
"some_dest": { "dest_key_1": ["val_1"] }
#MAPPING
- from_key: "some_source[]/src_key_1/" to_key: "some_dest/dest_key_1[]" overwrite_if_to_key_exists: true
The text was updated successfully, but these errors were encountered:
This can be achieved with #3867 in combination with rename_keys processor.
rename_keys
Sorry, something went wrong.
Closed via #3867
No branches or pull requests
This is a feature request which is requested a processor to implement the following ETL functionality to handle Mapping string to array.
#SOURCE
#TO
#MAPPING
The text was updated successfully, but these errors were encountered: