Unable to pass the contents of fetched data using CORS proxy to another function #45
Open
Description
To fetch data from a remote file #35 , I had to implement a CORS proxy for it, and it is able to fetch the data from the remote CSV file, however, I am unable to pass it on to another function, but just print it in the console. #42 has the code for it, I have left a review in the PR against the code snippet. Let's resolve this really quickly
@jywarren @namangupta01 @gauravano @rexagod