DenoDDeno
Powered by
nefN
Denoβ€’10mo agoβ€’
19 replies
nef

Possible to use CsvParseStream in Node.js

Hi, is it possible to use nodejs file streams with deno's stdlib?
import fs from "node:fs";
import { CsvParseStream } from "@std/csv";

fs.createReadStream("./data.csv")
  .pipe(new CsvParseStream()); // incompatible types
import fs from "node:fs";
import { CsvParseStream } from "@std/csv";

fs.createReadStream("./data.csv")
  .pipe(new CsvParseStream()); // incompatible types
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

How to use Deno like Node.js.
hephzisoftHhephzisoft / help
16mo ago
Reasons to choose Node.js
abiAabi / help
3y ago
Node.JS project to import Deno project in a workspace
gbaranskiGgbaranski / help
16mo ago
node.js to Deno remix template migration
StanSStan / help
3y ago