Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » Debugging ETL
Debugging ETL [message #587891] Mon, 29 March 2010 14:06 Go to next message
Eclipse UserFriend
Originally posted by: c.k.holmes.lboro.ac.uk

Hi,
I'm running an ETL transformation via Ant, passing in various parameters
such as Source and Target to tell ETL what to transform and where to put
the result. What type are these parameters? And what operations can I
run on them to confirm that they are as expected?

The parameters are pssed into ETL from Ant viz:
<epsilon.etl src="${EtlFile}">
<model ref="${SourceName}" as="Source"/>
<model ref="${TargetName}" as="Target"/>
<model ref="${ReferenceName}" as="MessageSet"/>
</epsilon.etl>

Regards
Chris
Re: Debugging ETL [message #587899 is a reply to message #587891] Mon, 29 March 2010 15:02 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Chris,

Are you referring to parameters passed to Epsilon programs via the
<parameter> tag or to ANT variables such as ${SourceName}? Could you
please also elaborate a bit on what sort of checks you'd like to run?

Cheers,
Dimitris

Chris Holmes wrote:
> Hi,
> I'm running an ETL transformation via Ant, passing in various parameters
> such as Source and Target to tell ETL what to transform and where to put
> the result. What type are these parameters? And what operations can I
> run on them to confirm that they are as expected?
>
> The parameters are pssed into ETL from Ant viz:
> <epsilon.etl src="${EtlFile}">
> <model ref="${SourceName}" as="Source"/>
> <model ref="${TargetName}" as="Target"/>
> <model ref="${ReferenceName}" as="MessageSet"/>
> </epsilon.etl>
>
> Regards
> Chris


--
Spread the word: http://www.eclipse.org/gmt/epsilon/spreadtheword
Follow Epsilon on Twitter: http://twitter.com/epsilonews
Previous Topic:Syntax of iterate operation
Next Topic:Debugging ETL
Goto Forum:
  


Current Time: Thu Apr 25 16:57:46 GMT 2024

Powered by FUDForum. Page generated in 0.02692 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top