You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@manifoldcf.apache.org by Cihad Guzel <cg...@gmail.com> on 2019/04/07 14:48:37 UTC

to handle multiple tables in a db crawler job

Hi,

I try database crawler. I see that one job handle only one table.Is there
any way to handle multiple tables (or all tables) of a database in a job?

Regards,
Cihad Guzel

Re: to handle multiple tables in a db crawler job

Posted by Karl Wright <da...@gmail.com>.
Not in a single job.  Each table is presumed to potentially have a
different schema so the queries would be different.  But you can construct
views that represent your data if you wish to concatenate multiple tables.

Karl


On Sun, Apr 7, 2019 at 10:58 AM Cihad Guzel <cg...@gmail.com> wrote:

> Hi,
>
> I try database crawler. I see that one job handle only one table.Is there
> any way to handle multiple tables (or all tables) of a database in a job?
>
> Regards,
> Cihad Guzel
>