Skip to content
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

Copy from path #753

Open
matteo-cristino opened this issue Oct 26, 2023 · 0 comments
Open

Copy from path #753

matteo-cristino opened this issue Oct 26, 2023 · 0 comments

Comments

@matteo-cristino
Copy link
Collaborator

As for the pickup statements it will be nice to have a statements like:

When I copy '' from path ''

or

When I create the copy from path ''

to copy an element with variable depth.
Moreover at the moment the pickup statement works only with dictionaries. It would be nice to have also the possibility to use it for arrays. For example suppose to have:

{
  "dict": {
    "arr": [
      {
        "mickey": "mouse",
        "donald": "duck"
      }
    ]
  }
}

it would be nice to extract the value of mickey with

When I copy 'mickey' from path 'dict.arr.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant