Error with String to URI node

I was using the node "String to URI" to convert the string "knime://knime-server/Citation_analysis/Citation analysis-V7.xlsx" created by a "Table Creator" node. I got the below error message:

String to URI 0:423 - ERROR: Execute failed: java.net.URISyntaxException: Illegal character in path at index 47: knime://knime-server/Citation_analysis/Citation analysis-V7.xlsx

Can you please advice?

Thanks.

Regards,

Echo

 

Hi Echo,

you need to exchange the spaces with %20 as the String to URI node cannot handle them.

This can be done with the String Replacer node.

Best, Iris

Thanks Iris for your help.

It works:)

Cheers,

Echo