Delete rows in table that are too long (String)

Hello everyone,
I want to delete certain rows, if their strings are too long. To get the the length i used a String Manipulation Node and now I want to delete the rows which are too long. I am saving the length of each row in a new column.
Do you know a solution for this problem?
Thanks for you help,
David


Hi @David1202 you can use the Row Filter node to filter the rows that you want based on the length that you calculated

4 Likes

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