Reactjs – How to read/write a csv-file in local NextJS app?
Is it possible to read and write a file csv-file with a locally deployed NextJS app? The server will run on my system and is just a frontend for some work I would like to do on the data in…