I have one CSV file in my project and I want to parse it using jquery mobile or javascript. I want to parse my local CSV file into primitive array and display it in a listview. I have tried CSVtoArray and other similar functions but it was of no help.
Would be grateful if you could help me with my problem - may be some sample code or some useful links.