Is there any option to locate the dictionary on KNIME Hub? To me, it looks like you can only use local sources. My Workflow is a deployed Data App on KNIME Hub but can’t use this Node.
…using KNIME 4.7.1
I’ve tried to set up the absolute and mount-point relative KNIME Hub URL like:
knime://knime-business-hub/Users/TeamXY/myspace/data/Dictionary.txt
and
knime://knime.mountpoint/Users/TeamXY/myspace/data/Dictionary.txt
But it does not work
What a timing! We are about to release 5.1.0 in a few moments (actually it’s already online) and it will come with a new version of the String Replacer that is fed via second input node… so reading the file is then subject to a separate node (e.g. a file reader pointing to a location on the hub).
For 4.7… hm, tricky. You could look at using the Cell Replacer node (if it’s replacing the entire cell) or download the file and put it into a temporary location (and then customize the old String Replacer to use that temp file).But it’s going to require ~3-5 additional nodes.