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
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
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
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
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
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
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