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

feat(executor): add the parent keys to the extra output #3

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

dvictorjhg
Copy link
Member

  • module-core (executor.js):
    • JSON2KV (se aplica al extra_output):
      • En caso de que el valor sea un array solo se añadía al res los items del mismo “ARRAY_VALUE_[i]”, pero no el propio array, no dejando disponible su propio valor “ARRAY_VALUE”. Acción: Se añade al res “ARRAY_VALUE”.
      • En caso de que el valor sea un objeto solo se añadía al res las claves del mismo “OBJECT_VALUE_[key]”, pero no el propio objeto, no dejando disponible su propio valor “OBJECT_VALUE”. Acción: Se añade al res “OBJECT_VALUE”.

@CarlosCarmona CarlosCarmona merged commit debb8f7 into runnerty:main Sep 30, 2024
1 check passed
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 this pull request may close these issues.

2 participants