nathansebhastian / javascript-csv-array-example

JavaScript tutorial on how to convert CSV data to array
31 stars 66 forks source link

CSV file in server location #4

Open rrdgcoks opened 1 year ago

rrdgcoks commented 1 year ago

Hello - I appreciate your work on this. Do you know how I might be able parse a file that's sitting in a directory on a server? Your code allows the user to add a file but I would need to parse from a file that's not uploaded manually. Thank you