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
Hi, first of all thanks a lot for this create library. It saved me a lot of time.
I have the following problem where I need to remap a list of dict into a list of strings.
apps: - slug: abc - slug: def
should be converted to
apps: - abc - def
In general this an easy task if the dict is flat but in my case I have a nested dict and never can know when the list apps is located.
apps
I tried several things with remap and enter but cannot get it working.
remap
enter
Any ideas would be appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
first of all thanks a lot for this create library. It saved me a lot of time.
I have the following problem where I need to remap a list of dict into a list of strings.
should be converted to
In general this an easy task if the dict is flat but in my case I have a nested dict and never can know when the list
apps
is located.I tried several things with
remap
andenter
but cannot get it working.Any ideas would be appreciated.
The text was updated successfully, but these errors were encountered: