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

custom order in recipe output #116

Open
semio opened this issue Jun 26, 2019 · 0 comments
Open

custom order in recipe output #116

semio opened this issue Jun 26, 2019 · 0 comments

Comments

@semio
Copy link
Owner

semio commented Jun 26, 2019

procedure: serve
ingredients:
    - ingredient_name
options:
    # for datapoint: 
    # always provide all keys
    custom_key_order:
        - country
        - age
        - gender
        - year
    # for entity/concept:
    # columns have default weight 0
    # bigger weight means higher rank
    custom_column_order:
        name: 5
        description: 4
        color: -1
        geo_shape: -2
semio added a commit that referenced this issue Jun 28, 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