missing value when i use cell replacer

Hello
I tried to replace the label with a class but as you can see in the image the value in the result is (?)
All settings are fine, but without the result I expected
How can I fix that

thank you all

Hi,
In your “label” column there is a backslash (“\”) and in the “image” column it is a forward slash (“/”). This is why it does not match. You can use a String Manipulation node with the replace() function to fix it.
Kind regards,
Alexander

3 Likes

it’s work
Thank you sincerely for your invaluable assistance.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.