Re: regexTransformer returns no results if there is no match

2014-08-15 Thread Shalin Shekhar Mangar
You are right. I just tried this. It works correctly as long as you don't use the same 'name' as the 'column' but it breaks if you use 'sourceColName'. Can you please open a Jira issue? On Tue, Aug 12, 2014 at 3:46 AM, wrote: > Hello, > > I try to construct wikipedia page url from page title u

Re: RegexTransformer - need help with regex value

2011-09-14 Thread Pulkit Singhal
Thanks a bunch, got it working with a reluctant qualifier and the use of " as the escaped representation of double qoutes within the regex value so that the config file doesn't crash & burn: Cheers, - Pulkit On Wed, Sep 14, 2011 at 2:24 PM, Pulkit Singhal wrote: > Hello, > > Feel f

Re: RegexTransformer

2010-03-15 Thread blargy
Thanks for the replies. Ill just roll out my own transformer for this. Shalin Shekhar Mangar wrote: > > On Mon, Mar 15, 2010 at 2:53 PM, Michael Kuhlmann < > michael.kuhlm...@zalando.de> wrote: > >> On 03/15/10 08:56, Shalin Shekhar Mangar wrote: >> > On Mon, Mar 15, 2010 at 2:12 AM, blargy w

Re: RegexTransformer

2010-03-15 Thread Shalin Shekhar Mangar
On Mon, Mar 15, 2010 at 2:53 PM, Michael Kuhlmann < michael.kuhlm...@zalando.de> wrote: > On 03/15/10 08:56, Shalin Shekhar Mangar wrote: > > On Mon, Mar 15, 2010 at 2:12 AM, blargy wrote: > > > >> > >> How would I go about splitting a column by a certain delimiter AND > ignore > >> all > >> empt

Re: RegexTransformer

2010-03-15 Thread Michael Kuhlmann
On 03/15/10 08:56, Shalin Shekhar Mangar wrote: > On Mon, Mar 15, 2010 at 2:12 AM, blargy wrote: > >> >> How would I go about splitting a column by a certain delimiter AND ignore >> all >> empty matches. [...] > You will probably have to write a custom Transformer to remove empty values. > See ht

Re: RegexTransformer

2010-03-15 Thread Shalin Shekhar Mangar
On Mon, Mar 15, 2010 at 2:12 AM, blargy wrote: > > How would I go about splitting a column by a certain delimiter AND ignore > all > empty matches. > > For example: > > > > I have a some columns that dont have a value for values but so its getting > actually index as blank. I just want to totall

Re: RegexTransformer debugging (DIH)

2008-10-16 Thread Noble Paul നോബിള്‍ नोब्ळ्
If it is a normal exception it is logged with the number of document where it failed and you can put it on debugger with start=&rows=1 We do not catch a throwable or Error so it gets slipped through. if you are adventurous enough wrap the RegexTranformer with your own and apply that say transform