Skip to content

Tag: asynchronous

display csv file inside a table using javascript

I have this script that gets the csv file, and separates it by column. I am having trouble to display the values in a table. I can’t seem to get each column to create a new table row. Any help will be appreciated as I am not very good at JS. The data.csv looks something like this: The console.log(data, …