As per the documentation for SPSS Modeler 17.1 If data entry in user input node is as below "Bill Smith" "Fred Martin" "Jack Jones" then it is treated as 3 separate values but How one can read values having double quotes e.g.
"attribute":"SALES" "attribute":"MARKET" "attribute":"SEGMENT" as three separate values
Answer by Kenneth Jensen (IBM) (2577) | Apr 20, 2016 at 11:47 AM
In this case, you can use single-quotes to enclose your values rather than double-quotes. It does look like this is not mentioned in the documentation, but it should work.
You values would then be: '"attribute":"SALES"' '"attribute":"MARKET"' '"attribute":"SEGMENT"'
For most string functions in SPSS Modeler (if not all) you will find that single- and double-quotes are interchangeable, but must be used consistently within the same value meaning that if you must use the same notation as the starting and ending character.
Help with SPSS Modeler - Twitter Data and JSON Node 0 Answers
Installation of json extension fails in Modeler 18.0 - but I can't determine why 1 Answer
Is there any support available to create json in modeler 17.1 ? 1 Answer
SPSS Trail User Authentication Not Working 3 Answers
Text Analytics extraction error 3 Answers