I want to fetch data from a live csv file that is continuously being updated. I have fetched data using axios from an api JSON file, but have never done it with a csv file. Is it possible to do this? Or is there some way to convert this live csv to a json array? I'm using React Native Typescript with expo managed workflow.
↧