I have a html, javascript and csv file in the same directory. I would like javascript to take the data from the csv file and show it as a tabel in html. Is this possible to do? how can you use javascript to store data from a csv file into a javascript object.
            Asked
            
        
        
            Active
            
        
            Viewed 231 times
        
    0
            
            
        - 
                    Yes, it's possible, but not from a browser. – D. Pardal Jun 04 '20 at 12:11
- 
                    wonderful! could you elaborate more, or maybe link to a resource where i could learn about it. Would be much appreciated! – Nils Lorentzon Jun 04 '20 at 12:12
- 
                    use something like https://www.papaparse.com/ – Endless Jun 04 '20 at 12:16
- 
                    @NilsLorentzon Take a look at https://stackoverflow.com/q/1293147/9253414 – D. Pardal Jun 04 '20 at 13:23
