I have data in CSV format data and want to convert into JSON format using Javascript.
Following are csv format:
[Test.csv] id;name;author integer;st
I would check out out PapaParse. They have a file called papaparse.min.js that you can drop into your project if need be. PapaParse has no dependencies.
papaparse.min.js
I have used it myself and can verify it works, is convenient, and is well-documented.