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

new procedure #94

Open
semio opened this issue Jan 21, 2018 · 1 comment
Open

new procedure #94

semio opened this issue Jan 21, 2018 · 1 comment

Comments

@semio
Copy link
Owner

semio commented Jan 21, 2018

Is there a procedure for creating valid id's from another concept?

[3:08 PM]
So I have a name property on entities or concepts and want to recreate the entity/concept id's using this name property, but processed to a valid id

@semio
Copy link
Owner Author

semio commented Jul 3, 2019

This is another way to run translate_column

so we can change translate_column, add value_modifier to the dictionary.

- procedure: translate_column
  ingredients:
      - input_ingredients
  options:
      column: concept
      target_column: concept
      dictionary:
          base: base_ingredient
          key: name
          value: name
          value_modifier: to_concept_id

semio added a commit that referenced this issue Aug 1, 2019
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