JavaScript
JavaScript: how to read a CSV file with the FileReader object
Reading a CSV file with JavaScript can be done using the FileReader object, which allows you to read the contents of a file as a string or byte array.
Read more