🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Talend & the Script Operator

User: "JEdward"
New Altair Community Member
Updated by Jocelyn
No, not the name of a children's book on RapidMiner processes featuring a protagonist named Talend, but instead a request to see if anyone has any experience to share running a Talend created ETL process via the Execute Script operator? 

Is it possible, for example, to have write a Talend ETL to read from a CSV file and then run that job in RapidMiner directly? 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "RalfKlinkenberg"
    New Altair Community Member
    The Execute Script operator allows you to run Groovy scripts that access and manipulate the RapidMiner data objects.

    For your purpose, the Execute Program operator may be more appropriate. This operators can run any external program via its command line. Hence, if Talend offers a command line version, you can use Execute Program to call the Talend command line version and provide with your Talend ETL script.