Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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.
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?
Maybe you can share good directions/articles where I can read more about this?