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 action results into a copy over type blueprint type if any #17

Open
Thijzer opened this issue Apr 21, 2021 · 0 comments
Open

copy action results into a copy over type blueprint type if any #17

Thijzer opened this issue Apr 21, 2021 · 0 comments

Comments

@Thijzer
Copy link
Member

Thijzer commented Apr 21, 2021

in de toekomst kan ik voorzien dat de copy actie de encoding regels mee kopieert

Rule filter_categories:
  action: filter
  key: categories
  match: IMS_
3:06 PM
klant zou graag IMS_ en SAP_ hebben
3:06 PM
gaat die een array aankunnen nu al?
3:06 PM
[IMS_, SAP_]
3:09 PM
alternatief
3:16 PM
Rule copy_categories_sap:
  action: copy
  from: categories
  to: categories_sap
filter_categories_sap:
  action: filter
  key: categories_sap
  match: SAP_
copy_categories_sap_label:
  action: copy
  from: categories_sap
  to: categories_sap_label
relabel_categories_sap:
  action: replace
  key: categories_sap_label
  source: category
  method: getLabelsFromList
  locales: [nl_BE, fr_BE]
3:16 PM
maar dan hebben we de -0
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

No branches or pull requests

1 participant