Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » [EWL] Run an ETL transformation from EWL
[EWL] Run an ETL transformation from EWL [message #990395] Wed, 12 December 2012 09:52 Go to next message
Phillip James is currently offline Phillip JamesFriend
Messages: 5
Registered: October 2012
Junior Member
Hi all,

I was wondering if it is possible to run an ETL transformation from EWL. Here I see two possibilities: either to call the java code for running the ETL script, or that there is some built in way of calling an etl script from EWL?

Thanks in advance!
Smile
Re: [EWL] Run an ETL transformation from EWL [message #990401 is a reply to message #990395] Wed, 12 December 2012 10:02 Go to previous message
Dimitris Kolovos is currently offline Dimitris KolovosFriend
Messages: 2163
Registered: July 2009
Location: York, UK
Senior Member

Hi,

There's no built-in facility for calling ETL from EWL so I'd suggest writing a small Java tool [1] that parses and runs an ETL module, and calling it from your EWL script. If you'd like your transformation to use a model already loaded in a (GMF/tree/xtext) editor, InMemoryEmfModel [2] may be of use.

Cheers,
Dimitris

[1] http://eclipse.org/epsilon/doc/articles/call-java-from-epsilon/
[2] http://dev.eclipse.org/svnroot/modeling/org.eclipse.epsilon/trunk/plugins/org.eclipse.epsilon.emc.emf/src/org/eclipse/epsilon/emc/emf/InMemoryEmfModel.java
Previous Topic:Epsilon flock
Next Topic:[Eugenia] gmfgen model and "generate diagram code" option
Goto Forum:
  


Current Time: Fri Apr 19 23:47:22 GMT 2024

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

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

Back to the top