Re: Is it possible to a Transform handle data from 2 rows?

2009-10-30 Thread Chantal Ackermann
Hi Lucas, check out the thread: DataImportHandler / Import from DB : one data set comes in multiple rows I am doing this successfully with my custom EntityProcessor as described in that thread. If you have any more questions or need some more code examples, just ask. I'd be glad to help!

Re: Is it possible to a Transform handle data from 2 rows?

2009-10-30 Thread Lucas F. A. Teixeira
Hello Chantal! Thanks for your reply! Actually, in my case, faceting will not help me because I really need all rows from the same group at index time. That's because I'll use all rows from the same group, merge them all into a Velocity (or any other template engine) to generate an HTML that

Is it possible to a Transform handle data from 2 rows?

2009-10-29 Thread Lucas F. A. Teixeira
Hello all, Is it possible to have my own implemented transformer that generates some output data from data of 2 different rows? My intention is to generate pre-processed HTML from a set of rows. Eg. SQL RESULT: GROUP | ITEM_ID | DESCRIPTION 1 | 8 | desc1 1 | 23 | desc2 1