Harris Brakmić
Harris Brakmić
Hi @rajivkr, I saw your issue about the build error when using the package with pnpm and NestJS. I've forked the original project and am working on fixing such issues....
Hi @plupBraves , I've forked the CSV Writer project to address some issues since the original seems abandoned. Your contribution for pipe and tab delimited files was super helpful, and...
Hi @stevenle , I’ve forked the CSV Writer project as the original is inactive. Your `.d.ts` declaration file has been added to the fork. Feel free to check it out...
Hi @okmanideep , I’ve been working on my own fork of this project called [csv-writer-portable](https://github.com/brakmic/csv-writer-portable), where I've addressed this exact problem. First off, the CSV generated by the original version...
@okmanideep I tested it with the latest version of `csv-writer-portable`. ```ts import { createObjectCsvWriter } from 'csv-writer-portable'; const csvPath = 'test.csv'; const csvWriter = createObjectCsvWriter({ path: csvPath, header: [ {...
Hi @carlonluca , I wanted to let you know that I've forked the project and it now supports the browser by default, with no need to create separate JavaScript outputs....
Hi @MonksterFX , It seems the original project is abandoned, so I decided to fork it. In my fork, I've added a `useBom` parameter to address this issue. I'm also...
Hi @mohanraj-r , You might want to check out my fork project *csv-writer-portable* because the original one seems to be abandoned. It should help solve your problem. Here's a quick...
Hi @what1s1ove , It seems that the original project may have been abandoned, so I decided to fork it. This problem has been resolved in my version, which only publishes...