I have a text file with an .asc format and I want to convert it to .csv, how do I use the uploaded file data to perform operations on it in the front end instead of going to the server side and having to perform the conversion over there Do I have to use the json.parse() to convert the text data to json and then do the csv operations? How do I access the data from the uploaded .asc file?