You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

I have an iterate job that passes the subject of an email that has two numbers in it that I need to split out.
Example "Design #: 1402579, MT. TABOR SPARTANS - 3582142 Designer: CIS"
I am trying to use the tExtractRegexFields and it is working for the first part of the split but not the second.
The regex I am using is "([0-9]*),([0-9]*)"
So split the string at the comma, and give me only the two number values. Any hints here?
log
.-------------------------------------------------------------+------------+-------------.
| tLogRow_1 |
|=------------------------------------------------------------+------------+------------=|
|Subject |field1|field2|
|=------------------------------------------------------------+------------+------------=|
|Design #: 1402579, MT. TABOR SPARTANS - 3582142 Designer: CIS|1402579 | |
Last edited by elcalvomike (2012-07-05 18:00:53)
Offline
Pages: 1