I tried to use the String to Number node to convert some variables into Integers, but I keep getting an error message saying “WARN String To Number 3:18 Values in 7592 cells could not be parsed, first error: The string “Korean” in cell [row “Row0”, column “cuisine_type”] can not be transformed into a number: For input string: “Korean””
Hi @Razin
Whenever there is a letter in a string, you cannot convert it to a number using the node you use (with the exception of Java suffixes). What are you trying to achieve? What should restaurant name and cuisine type be converted to?
3 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.