Quantcast
Channel: KNIME - Comments
Viewing all 5428 articles
Browse latest View live

I have a few meta nodes.

$
0
0

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?


You seem to be close on

$
0
0

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).

 

Right click the metanode, in

Hi Roland,   I have solved my

$
0
0

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

 

You need to find where the

$
0
0

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).

Thank you. Seem to solve it.

Thanks Arofab for suggesting

Ideally an updated KNIME

$
0
0

In reply to New nodes built with KNIME SDK 3.3.1(neon 4.6.1) wont work in KNIME upgraded from 3.1 to 3.3 but works fine with fresh KNIME 3.3:

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.


I am not sure if this is the

Hi, Oki, thanks, I tried

Thank you very much, Iris.

Is there anyone encounted the

$
0
0

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. 

Thanks, it

 If the node works without

$
0
0

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.

I guess that you have to


Thank you for your reply

$
0
0

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

Thank you for answering. I

How about ngram creator?

Very nice! Looking forward

Hi, just to update you: the

Viewing all 5428 articles
Browse latest View live