I have this job in Talend that is supposed to retrieve a field and loop through it. My big problem is that the code is looping through the XML fields but it\'s returning null.
I was using an old version of talend (V4.1.0M4) and I upgraded to the new milestone (4.2) This destroyed my project. I can\'t even open it now.
I\'m trying to use Talend Open Studio to sync contacts from a variety of input sources into an Exchange 2007 server.
I creat开发者_JAVA技巧ed a simple talend perl job to extract data from an excel file and place it in a mysql table.
On a project with Talend Open Studio (an Open Source code-generating ETL tool), I am getting errors parsing incoming date strings like \"3/14/1967 0:00:00\" (note the single-digit month).
In the next few weeks, my company will be engaging multiple vendors to establish a choice for a common global ETL tool - not necessarily one that can\'t be broken from, but just where our license inve
We have an application (Java) with an own OR mapper. Within this system we have what can be compared to Hibernate\'s interceptors (we call it triggers): Do specific actions just before saving data in
I am creating a ETL process in MS SQL Server and I would like to have errors specific to a particular column of a particular row.For example, the data is initially loaded from excel files into a table
I\'ve created a job where a ZIP file is downloaded to a folder and I use the component tFileUnarchive to extract files in the same folder where the ZIP file is located.