hestiaAI / Argonodes

JSON and its Argonodes!
https://hestiaai.github.io/Argonodes/
Other
3 stars 1 forks source link

Parser: ZIP (multifiles) #69

Closed Amustache closed 2 years ago

Amustache commented 2 years ago

How should it be used?

  1. You put an archive in a [generic? specialized?] Parser, and this Parser gives the list of available files in the ZIP.
  2. The user selects the files to be processed/considered.
  3. The user also associates a File Parser if necessary (e.g., CSV>JSON).
  4. For each file, a [Tree? Model?] is associated.
  5. When finished, the export proposes [a common Model? one Model per file?].

Questions are [between brackets].

pdehaye commented 2 years ago
  1. Options to transfer it to the Hugo Semantization bubble?

All sound like good ideas.

Amustache commented 2 years ago

For the record:

  1. You put an archive in a [generic? specialized?] Parser

I did a generic ZIP Parser, that takes as an argument a specific Parser for the tiles.

  1. For each file, a [Tree? Model?] is associated.

For each file, a Tree is associated.

  1. When finished, the export proposes [a common Model? one Model per file?].

You can choose, but my way is "a Model for all Trees".