Posts by Dione Carlos • 1 point
2 posts
-
0
votes1
answer198
viewsA: Remove Columns from a . csv file with Javascript
I made the following changes in the section ". on({ changed-here })", being necessary the creation of the variable output. this solved my problem regarding the omission of the columns "COMPANY" and…
-
0
votes1
answer198
viewsQ: Remove Columns from a . csv file with Javascript
Below follows my code for reading a file. csv using Nodejs, I would like to know how I can remove the "COMPANY" and "%" columns from the file 'file.csv', thanks in advance to those who contribute.…