adaltas / adaltas/node-csv

Add support for WhatWG streams

Open
#242 12 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
4.3k
Forks
299
Avg merge
16h 19m
Merged PRs (30d)
1

Description

Now when we have nice standardized streams it would be nice if this library was usable with them.
API wise node-csv should probably provide a transform stream which the readable stream from a fetch call could be piped to.

Contributor guide

Open the contributing guide

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 reviewing the library's existing streaming API and how a fetch readable stream would connect to the proposed transform stream. Define the supported WHATWG stream behavior and verify that CSV data can be piped through it; the issue names no files or tests to begin with.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs
Domain
stream-processing
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.