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

change JMESPath's concat implementation in README and test #37

Closed
spicy-sauce opened this issue Aug 25, 2022 · 0 comments · Fixed by #70
Closed

change JMESPath's concat implementation in README and test #37

spicy-sauce opened this issue Aug 25, 2022 · 0 comments · Fixed by #70
Assignees

Comments

@spicy-sauce
Copy link
Member

Currently this is the example we have:

  - uses: add_field
    with:
      field: full_name
      language: jmespath
      expression: '{ "fname": fname, "lname": lname} | join('' '', values(@))'

We have the concat block for this purpose, so we probably replace this example with something more intuitive.

@spicy-sauce spicy-sauce self-assigned this Sep 19, 2022
@spicy-sauce spicy-sauce changed the title README: change JMESPath example change JMESPath's concat implementation in README and test Sep 19, 2022
zalmane added a commit that referenced this issue Sep 19, 2022
…plementation-in-readme-and-test

change JMESPath's concat implementation in README and test #37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant