External tool node provides additional functionality for KNIME. However, every time I use this tool to pass the results from the previous nodes I get them double-quoted, for example if I have an original column such as:
Salt
Acid
…
no_additive
then in the input file to external tool I get:
“Salt”
“Acid”
"…"
“no_additive”
The problem is that many external tools do not like these double-quoted results, as well as the output from the external tool to the next node in the workflow is also double-quoted.
IS THERE ANY WAY TO AVOID THIS ANNOYING Double-quoting in the input and the output from external tool?
I would appreciate any ideas you might have. Thank you in advance!
Is the table “quoted” when it it’s inputed into the external tool node (i.e. when you view the output of the source node do the quotes exist?) or does it happen internally in the external tool node?
Has this changed at all in the last 11 years? I just encountered the same “Double-quote issue”. Is there any way to avoid getting double-quoted files in the input of the external tool?
have you tried using External Tool (Labs) node?
(reviving old topics is not best practice as not many remember were there any changes to certain node in last 11 years so feel free to open new topic next time)