I’m new width KNIME,
i have to fill the column html width large html.
What I need to do?
Thank you for your time
I’m new width KNIME,
i have to fill the column html width large html.
What I need to do?
Thank you for your time
Hey there and welcome to the Forum.
To me it is not clear what you are trying to achieve. Is it possible for you to provide some anonymised input data and the desired output you want to achieve? I’m sure someone will be able to help you out then
Hey MartinDDDD, for Hey, and for your fast reply!
2 csv files I created:
html in cell empty.csv|attachment (179 Bytes)
html in cell, created manually.csv (4.9 KB)
I make a workflow, here is the link: hartmut_theis/Private – KNIME Community Hub
I hope that you and others, know what I have to do!
Thank you for your time
Thanks for the additional information - I think I get it now!
I’ve build a simple prototype:
replace($$["string-input"], "<<REPLACE_HERE>>", $["Text for Replace"])
This takes the html template and replaces <<REPLACE_HERE>> with whatever is in column “Text for Replace”
At the bottom of this Prototype I have turned the latter part into a component - in the composite view you can at the top select the value and everytime you change it the bottom text view gets updated…
Prototype:
html in cell.knwf (140.3 KB)
Overview:
Thank you very much for your kind work MartinDDDD!
I think, yes, you got it!
And, you have an great idea width the String Widget that I write the html into!
Unfortunately: I can’t open the Prototype file: html in cell.knwf (did’t know why)
So that I can look what you have done in the specific nodes.
now I’ll built it for me
thanks …
Hello MartinDDDD,
I can insert the html at the String Widget,
but where I can see the Multi-line editor, and; or have KNIME an HTML wysiwyg?
Thank you, for your, help and time
Once you have configured your widget, right click on the node and go either execute & open view or just open view (if node was executed already).
Then you can see the input and make changes etc…
Thank’s, for your fast, and perfect, reply
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.