source-cooperative / source-cooperative/csv-table

Allow passing csv data directly as a query parameter

Open
#33 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.