Hi @KaboboJakobo , the String Manipulation (Multi Column) node doesn’t have the and, not, if etc statements that you are trying to use. It does however contain the ability to incorprate the functions listed within the node, along with some java constructs for conditions
Your code to add a full stop (period for those using US English ) where it isn’t already present, would be:
btw, welcome to the KNIME Community! I can’t possibly comment on Stack Overflow’s “crowd”, but I think you will find that the KNIME Community are (probably) the friendliest data community in the world.
Hi @KaboboJakobo , there is often some subtlety here in how to handle this.
Ideally once the original question has been answered, a follow up question, is best written as a new question unless it is a very simple / trivial clarification of what has already been said.
Only one response may be marked as a solution on a given question, so if your new question requires a new solution rather than being a simple tweak to the original solution, you’re more likely to get a response with it written as a new question. It may be that different expertise is needed, and also many forum contributors will see that the original is solved and so may not notice the new question.
By all means include a link back to the original though, if that helps with writing the question and lets you provide context without having to repeat yourself.
On the other hand, if your original question has not yet been answered and you feel that what you are adding is clarification or further detail of the same question, then including that in the original is often better than appearing to write duplicate questions.
In this case, I would suggest you put your new question as a new post as I think the original was about making the syntax work in String Manipulation, whereas I think from first glance, your new question may be more of an algorithm question on “how can I split out sentences and capitalise them?” and I suspect will require more than just the one String Manipulation node.