How to use CSV-Writer in a java script used by a website

136 Views Asked by At

How do I use the fs manager in a browser to edit a csv or a text file?

I tried using browserFs and it still didn't work, maybe I was doing something wrong, I'm not so sure. When I used it no errors were present but nothing was written to the file although the code specifically did so.

1

There are 1 best solutions below

0
Raphael Rafatpanah On

Within a browser, there is no JavaScript that can directly read and/or write to files on the file system. BrowserFS supports many ways to store data, but files on the file system are not one of those supported ways.