In reply to how to rename a node?:
I have a few meta nodes. After I change the content of the meta node, is there a way to go back and change the name of the meta node? Or do I have to expand it and then re-compress it to change the name?
In reply to how to rename a node?:
I have a few meta nodes. After I change the content of the meta node, is there a way to go back and change the name of the meta node? Or do I have to expand it and then re-compress it to change the name?
In reply to newbie help with regex in KNIME 3.3.1?:
You seem to be close on getting the gist on regex (and Knime), not an expert really myself though:
The first regexmatcher you use, requires double backslash \\
and you need to define with e.g. .* preceding text.
regexMatcher($Fulltext$, ".*(\\bdeaths\\b).*")
gives True in two cases (or [Dd] if you want upper/lower. I think there is also a token for ignore case btw).
In reply to how to rename a node?:
Right click the metanode, in pop-up menu choose Metanode and then Reconfigure Metanode
In reply to Reading a .xlsm-file with KNIME 3.3.1:
Hi Roland,
I have solved my issue. I convert the .xlsm-file to a .xlsx-file. After resuming the process, I convert it back, so I have got no problem to open the data either ways.
Anyway, thank you for your help!
Cheers,
Mariteemo
In reply to Not able to schedule workflow utilizing custom KNIME node:
You need to find where the knime executor is installed in the server, and then upload the jar file of your node under the dropins folder of knime executor, as you do in knime desktop.
The location of knime executor is specified by the "com.knime.server.executor.knime_exe" option in your server configuration file (<server_repository>/config/knime-server.config).
In reply to Not able to schedule workflow utilizing custom KNIME node:
Thanks Arofab for suggesting the workflow to load the pluggin.
We got the plugin to work on the server by loading the jar file into the plugin directory for KNIME on server. Tomcat folder is NOT the place to place the plugin.
Ideally an updated KNIME Analytics Platform 3.3.1 is identical to a freshly extracted archive. Practically there may be differences, although we haven't heard of the problems you are describing. Did you check the log files (KNIME & Eclipse)? How are your installing the nodes? I very much hope you are using features and the official installation procedure. If you are using the deprecated dropins folder first change your installation to features and then try again.
KNIME 3.x support extension that are developed with both Java 7 or Java 8.
In reply to Excel Writer Node I/O with Table that has a List or Set:
I am not sure if this is the best or only solution, i.e. a workaround, but you could try to change the column format to string (e.g. using header rename and change the type to plain String) then you should be able to export it.
In reply to Table row to variable loop start / Loop End -/- mysql:
Hi,
Oki, thanks, I tried another way, using a ROW_ID key.
Instead of the Column appender, I made a new workflow with the Joiner node. It go faster.
See you.
Thierry Crettol
In reply to Variable Importance in Prediction (Classification or Regression) Molels:
Thank you very much, Iris. This workflow is very helpful and instructive.
-Bill
In reply to Problem Occurred when update KNIME:
Is there anyone encounted the same problem? I suffered by missing DigestorMotif.exe when I update KNIME extensions many times, need your help indeed, especially from KNIME development team.
In reply to Retrieving user name and user review data from google play store?:
Thanks, it worked!
In reply to Missing Rule Engine:
If the node works without the property then it's obvious that it has something to do with settings this property. However, this isn't something we support.
In reply to Substrings of strings:
I guess that you have to solve in Java within a Java Snippet.
In reply to Substrings of strings:
Thank you for your reply Spider.
Anyone has a suggestion concerning the code within the Java node ?
Thanks for your reply
In reply to Missing Rule Engine:
Thank you for answering. I understood that you can not support.
In reply to Substrings of strings:
How about ngram creator? You'll have to use several and concatenate their results though.
In reply to Basic Tutorial on using KNIME with the Kaggle Titanic Data Set:
Very nice! Looking forward for more!
;)
In reply to Shift or fork to github?:
Hi, just to update you:
the KNIME Souce Code can now be found on GitHub.
Cheers, Iris