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: Restructure YAML output #41

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

yablokov
Copy link

YAML output changed, meta and data separated; supported passing many .csv files as argument

@strogonoff strogonoff self-assigned this May 19, 2020
@strogonoff
Copy link

Works.

I’m considering between merging into master vs. merging into a separate branch to preserve old behavior. cc @ronaldtse

This changes YAML structure as follows:

  • old structure: <SP_ID>/<SP_ID>-<POSITION>.<DATASET_ID>.yaml (containing metadata and data)
  • new structure: <SP_ID>/meta.yaml (containing a key for each dataset) and <SP_ID>/data.yaml (containing a key for each dataset)

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