glossarify-md icon indicating copy to clipboard operation
glossarify-md copied to clipboard

User Story: CSV import

Open about-code opened this issue 3 years ago • 0 comments

What's your user story? As a user of glossarify-md I would like to be able to import terms from a CSV tabular data file.

How would you like the system behave to satisfy your needs? How would you like it not?

I would like to be able to declare a glossaries entry with an import key and when referring to a CSV file it should generate a markdown glossary file in the same way glossarify-md already does when importing from a JSON file.

{
  "glossaries": [{
    "file": "glossary-gen.md"
    "import": {
      "file": "terms.csv"
    }
  }]
}

Do you know examples of systems that have a similar feature you need?

Remaining questiions

  • How to describe CSV data? (https://frictionlessdata.io ?)

about-code avatar Sep 18 '22 15:09 about-code