2016년 12월 30일 금요일

How to receive a cell from Fusion table without getting the name of the column?


I want a to change the text in a label to a given cell in fusion table. But the result includes the name of the row. How can I remove that?

--
the answer depends on your SELECT statement

in case you select only 1 column, then convert the result into a list using the split block, just split at ∖n (new line) to get a list, then remove the first row, which is the header row  using the remove list item block

in case you select multiple rows, then use the list from csv table block to convert the result into a list of lists, now remove the first row, which is the header row using the remove list item block


-- 

댓글 없음:

댓글 쓰기