assemblee-virtuelle / assemblee-virtuelle/semapps
Allow input CSV file in SemApps importer
- Dominant language
- TypeScript
- Stars
- 103
- Forks
- 14
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
**Problem
For the moment, we can import only JSON files with SemApps Importer (via getAllFull).
**Proposal**
It would be great to allow CSV files too.
**Alternatives**
Two way to do that, make a specific importer for CSV file, or add a parameter to Importer mixin (ex : source.fileType).
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names the Importer mixin and getAllFull; start by locating those entry points and checking how JSON input is parsed. Review the existing importer tests or import path, then determine which proposed CSV approach fits; done means CSV files can be imported through SemApps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100