source-cooperative / source-cooperative/csv-table
Allow passing csv data directly as a query parameter
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Hi! Thanks for this project.
Will it be possible to add a url parameter data=xyz where xyz will be the actual stringified csv data? data query parameter will be mutually exclusive with url.
Usecase: I am generating the CSV at the backend and don't want to add the overhead of uploading it to S3 and then passing the url to csv-table.
Do let me know if you would like me to create a PR for this.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the entry point that reads query parameters and the existing CSV loading path. Add support for a stringified CSV value in data while keeping data and url mutually exclusive. Done means a generated CSV can be rendered directly through the query parameter without an intermediate upload.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100