knime-mpicbg / knime-scripting

knime-scripting includes scripting extensions for KNIME to integrate R, Matlab, Python and Groovy scripts. These extensions include a collection of nodes to develop and deploy templates in the respective languages.
https://github.com/knime-mpicbg/knime-scripting/wiki
Other
43 stars 25 forks source link

Python nodes fail to transfer strings with line breaks #68

Closed niederle closed 4 years ago

niederle commented 9 years ago

https://tech.knime.org/forum/scripting-integrations/python-snippet-node-problem-since-update#comment-38844

pyOut = kIn

output = [] for row in kIn['input']: output.append('test\ntest')

pyOut['output'] = output