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

Would be possible to use aliases inside .yaml files (to cross-reference rows inside same file)? #7

Open
pocaba opened this issue Mar 31, 2022 · 0 comments

Comments

@pocaba
Copy link

pocaba commented Mar 31, 2022

I'm trying to use this in order to use .yaml files as Meeting Notes, and then store meetings info into the sqlite db.
Main value it will provide is being able to query which agreements were taken and when they were taken (by pointing the 'agreement_date' to the '&date'), despite of providing other informational session of each meeting.

[meeting_notes.yaml.txt](https://github.com/simonw/yaml-to-sqlite/files/8393529/meeting_notes.yaml.txt)

I'm guessing some meetin_notes.yaml file like:

- meeting_name: weekly
  &date: 20220330
  attendees:
  - Potato Mendez
  - Emily Laughter
  - Paul Bean
  absences:
  - Johny Walker
  - Rose White
  agenda:
  - Topic 1
  - Topic 2
  - Topic 3
  - Topic 4
  session_development:
  - Explanation about how 
  - the meeting has been evolved.
  Agreements:
  -
    agreement_date: *date
    tag: participation
    summary: This is the first agreement taken on this meeting.
    method: consens
  -
    agreement_date: *date
    tag: work
    summary: This is the second agreement taken on this meeting
    method: votation

Thanks all for your work! <3

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