Need way to filter out data that doesn't begin with specific characters
A
Art Bryman
started a topic
over 6 years ago
We are importing data, using the IOM app. One of the columns has appeal package information. We only want to keep values that start with "PS", and drop others. Can this be done with a dictionary and a regular expression, or would we have to write code for this?
I'm not well versed in writing RegEx or API code, so any help would be appreciated.
Art Bryman
We are importing data, using the IOM app. One of the columns has appeal package information. We only want to keep values that start with "PS", and drop others. Can this be done with a dictionary and a regular expression, or would we have to write code for this?
I'm not well versed in writing RegEx or API code, so any help would be appreciated.
Thanks!