Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Starting job feature3713_tExtractRegexFields at 13:30 23/07/2008.
.---------+-------------------------+--------+-------------.
| tLogRow_1 |
|=--------+-------------------------+--------+------------=|
|day |due |priority|place |
|=--------+-------------------------+--------+------------=|
|Monday | meeting with John |high |office |
|Tuesday | go to the gim |low |SuperGim Club|
|Wednesday| meeting with Mary |low |office |
|Thursday | go to training |high |IT center |
|Friday | diner with kids |highest |home |
|Saturday | diner with parents |highest |Dad's home |
|Sunday | go fishing with friends |high |home |
'---------+-------------------------+--------+-------------'
Job feature3713_tExtractRegexFields ended at 13:30 23/07/2008.
Then I started over and defined a new tExtractRegexField component, then used the same input and output name (see image below).
Is there anyway to configure the component to return null when there is no match?
Other than going through every record and hand editing each column to make sure I get a match, is there a way to work around the exception?