I want the block when the web got text in csv file, set the temperature data. I just want the 2 row 3 column of temperature data but the csv file give the response content for all variable and datas.
I also want to get the csv file from the web and create a graph in the app but i not sure how to do the block as I am new to App Inventor. CSV file have the created_at, entry_id, field1 and field2.
But I just want to show field 1 which is temperature and the date of the created_at in the graph. What should I do in block to get the graph that I wanted to show in app?