Posts by Cezar Henrique de Lima • 1 point
1 post
-
-2
votes0
answers24
viewsQ: How to scroll through a . csv file and jump to the next line via Javascript?
I have a file .csv with 3 columns separated by comma, I need to go through this file and each row skip to the next until the end of the file, but when going through this file in my for it is always…