epatrickUA Posted December 9, 2023 Share Posted December 9, 2023 Wondering if it is possible to create groups (to later use in a for each loop) from an incoming geo that has a bunch of names, some of which partially match. The idea would be to match the names that are "obviously" similar, like "midsole", "outsole" etc. I have had success with using a delete node to isolate groups using, "@name=*[Ll]ace* ", however, I'd like to find a way to do this without having to define or know what groupings are coming in. Maybe its something that is capable of finding matches above 3 characters and grouping them together? I'm not sure if that makes sense. Would love some ideas. Thank you in advance. Quote Link to comment Share on other sites More sharing options...
hannes603 Posted December 11, 2023 Share Posted December 11, 2023 you can delete all but the frist few letters and than group it with partition, if thats what you wanted to do remove_string_letter_group_by_string_attrib.hip Quote Link to comment Share on other sites More sharing options...
epatrickUA Posted December 11, 2023 Author Share Posted December 11, 2023 @hannes603 Thank you so much! this approach works well. I appreciate the knowledge. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.