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?
First use the list from csv table block to convert the csv into a list of lists
Then use select list item blocks
First to select the 2nd row and then to select the 3rd column
If you concatenate blocks, then the blocks are to be used from right to left
yes. I still blur how it works... I first time use this also, actually I am not use this because we IT student wont use this but this semester I take elective subject from engineering faculty but lecturer didnt teach us a lot...
Thank you very much, I will try to understand it how it works.
Before the generate data we need to declare the global variable listData right? and the text is it we copy the data from spreadsheet?