R
Rose
I need to parse 1 column into 3 columns, but it isn't
based on length or string position, nor by commas etc.
It's going to be based on content. For instance:
THERMO HYDROX LEM/LIM 20OZ 24/
is a product. If I see the text "LEM" (or one of several
other strings), I need a parse there. Same at 20OZ, a
value that will always begin with a number and have OZ,
CAPS, or TABS following.
I'm sure this is possible, but heck if I can figure it
out! If we were talking about tens of thousands of
records eventually, I wouldn't ask.
based on length or string position, nor by commas etc.
It's going to be based on content. For instance:
THERMO HYDROX LEM/LIM 20OZ 24/
is a product. If I see the text "LEM" (or one of several
other strings), I need a parse there. Same at 20OZ, a
value that will always begin with a number and have OZ,
CAPS, or TABS following.
I'm sure this is possible, but heck if I can figure it
out! If we were talking about tens of thousands of
records eventually, I wouldn't ask.

