Re: DIH transformer problems

2014-11-04 Thread Alexandre Rafalovitch
On 4 November 2014 10:42, Lemke, Michael ST/HZA-ZSW wrote: > On Tuesday, November 04, 2014 4:07 PM > Alexandre Rafalovitch wrote: >> >>What are you actually trying to do on a business level? > > I am importing a wiki extract and the goal here is to extract the > wiki's language from the filename.

RE: DIH transformer problems

2014-11-04 Thread Lemke, Michael ST/HZA-ZSW
On Tuesday, November 04, 2014 4:07 PM Alexandre Rafalovitch wrote: > >What are you actually trying to do on a business level? I am importing a wiki extract and the goal here is to extract the wiki's language from the filename. The language is also in an attribute within the imported xml but it

Re: DIH transformer problems

2014-11-04 Thread Alexandre Rafalovitch
What are you actually trying to do on a business level? Maybe that's something that can be handled better by sticking an UpdateRequestProcessor chain _after_ DIH? As to your configuration, you have xxCONTENT column definition twice. It might be working, but I think it is non-deterministic. For ila

Re: DIH Transformer

2011-01-08 Thread Gora Mohanty
On Fri, Jan 7, 2011 at 6:15 PM, Bernd Fehling wrote: > Hi list, > > currently the Transformers return row but can I skip > or drop a row from the Transformer? [...] I presume that you are referring to a ScriptTransformer. Just do not return anything, e.g.,you can make the return of a row conditi

Re: DIH transformer script size limitations with Jetty?

2010-08-12 Thread Shalin Shekhar Mangar
On Thu, Aug 12, 2010 at 5:42 AM, harrysmith wrote: > > To follow up on my own question, it appears this is only an issue when > using > the DataImport console debugging tools. It looks like when submitting the > debugging request, the data-config.xml is sent via a GET request, which > would fail.

Re: DIH transformer script size limitations with Jetty?

2010-08-11 Thread Girish Pandit
Have you tried changing the -Xmx value to bump to -Xmx1300m? I had some problem with DIH loading the data and when I bumped the memory everything worked fine! harrysmith wrote: To follow up on my own question, it appears this is only an issue when using the DataImport console debugging tools.

Re: DIH transformer script size limitations with Jetty?

2010-08-11 Thread harrysmith
To follow up on my own question, it appears this is only an issue when using the DataImport console debugging tools. It looks like when submitting the debugging request, the data-config.xml is sent via a GET request, which would fail. However, using the exact same data-config.xml via a full-impor