Ah… yes I saw you’d edited it just after I posted… re the changing values when posting to the forum, if it does this, it’s because it has “special meaning” to the forum s/w, so on a browser on PC, you can highlight that text and click the “preformatted text” button
@rajvenkatesh_k would you be able to upload a small sample of workflow that contains the problematic rows, or alternatively output those rows to an xlsx and upload it.
[edit: actually no need to upload, your last post is sufficient, thanks- if I copy and paste those into a Table Creator, I also see the duplication issue… interesting… ;-)]
hi @rajvenkatesh_k , what is the origin of the two different pieces of text.
I pasted each here:
and as you can see they are different unicode characters
one is
U+03BC : GREEK SMALL LETTER MU
the other is
U+00B5 : MICRO SIGN
which explains why KNIME says they are not the same. I think you need to check on how the values are being sourced.
The attached is a possible way to resolve the specific issue by string replacing the problematic character (and also demonstrates the issue for anybody else who might want to suggest options) but ideally I’d say the data needs to be “fixed” at source.
Do you have different character encodings maybe on different data sources? I’m not particularly expert on unicode and encodings, so maybe somebody else has other ideas…