ETL question [message #588134] |
Tue, 06 April 2010 02:58  |
Eclipse User |
|
|
|
Hello!!!
I have a question. I'm using ETL. I have a source model, but I need more than a target model.
The problem is that, I don't know how many target model before the execution time.
I thought to put all target model in the same file, and execute a small Java program in the prconditon for separate it, but, Is there other way for do it?
Thank you very much!!!
|
|
|
Re: ETL question [message #588147 is a reply to message #588134] |
Tue, 06 April 2010 04:29  |
Eclipse User |
|
|
|
Hi,
I'm afraid there's no way to do this with ETL directly. It might be
doable if you create a custom Java tool though
( http://eclipse.org/gmt/epsilon/doc/articles/call-java-from-e psilon/)
and fiddle with the models in the context.getModelRepository() (you can
get access to the context if your tool implements the ITool interface).
Cheers,
Dimitris
On 06/04/2010 09:58, Jose Miguel wrote:
> Hello!!!
>
> I have a question. I'm using ETL. I have a source model, but I need more
> than a target model.
> The problem is that, I don't know how many target model before the
> execution time.
>
> I thought to put all target model in the same file, and execute a small
> Java program in the prconditon for separate it, but, Is there other way
> for do it?
>
> Thank you very much!!!
|
|
|
Powered by
FUDForum. Page generated in 0.06757 seconds