Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Create a simple job from outside of Talend Open Studio

Hello all,

 

I'm not very familiar with Talend but just get the task and I need your help.

 

What we are trying to achieve is to create as simple Talend job as possible not from Talend application but from PHP application outside of Talend. Basically, we have a large website which should have Talend module from where the client can fill a couple of fields (fields doesn't matter) and create a Talend file from those fields for job creation. Then we want to submit this file to Talend studio and create a job.

 

We are using Talend Open Studio for Data Integration 6.5 version.

 

It would be very helpful if someone can share knowledge about this. Any help will be appreciated.

 

Thanks.

Labels (3)
8 Replies
TRF
Champion II
Champion II

Using the Subscription version, you should have a look at Job Script https://help.talend.com/reader/TKUQ4WRBbYZRnl9OyAgr5w/SgC_l0LuL1061Mudh3SoUQ

Else, with Commuity version, I'm afraid this is not possible.

fdenis
Master
Master

what is the ultimate goal of this?
Anonymous
Not applicable
Author

The idea behind this is that we can define a file to be loaded via a front end to be developed. To specify the file layout i.e. source file and then destination file in our PHP application and also business rules associated using the Talend.

 

It's more like a test if we can achieve this or not.

fdenis
Master
Master

so Talend Job have to get task from the front. it's ok.
Save process order fields and all configuration you need into a db or a file.
and create a job who is able to process corresponding data.

an other way is:
if you are on php you are on web ui so you can use rest or web services.
Talend can be used to build this type of services.
Anonymous
Not applicable
Author

Thank you.

 

That part after we are creating DB data or a file. We can create Job outside of the Talend (Free Version vs Paid Version) or we should build this from Talend as Job Script?

 

In conclusion, it looks like that Talend is like pull service which can pull data from the whole internet, but does we have that option to POST data to Talend?

fdenis
Master
Master

you can post data if you use it as webservices.
you can also use it as trigger.
Anonymous
Not applicable
Author

Maybe you can share good directions/articles where I can read more about this?

fdenis
Master
Master

I do not think so, I cannot make more.
good luck for your project