Skip to main content



      Home
Home » Modeling » Epsilon » Debugging ETL
Debugging ETL [message #587891] Mon, 29 March 2010 10: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 11:02 Go to previous message
Eclipse UserFriend
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: Wed Jul 23 22:37:13 EDT 2025

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

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

Back to the top