Cell Splitter

Hi community,

image

I wanted to split the “Drawing Number” column. I want to split the portion starting with “SH…” & convert a new column with Drawing Sheet No.

Please guide how to do that.

Thanks,
RB

Hi,
You can use the Regex Split node with the following expression:

.*(SH.*)

Kind regards,
Alexander

2 Likes

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