Tagged Questions

Talend is a company which offer softwares along four axes : Data Integration Data quality (Talend Open Profiler) Master Data Management Enterprise Bus For each of these domains the Talend company offer an open source version and for more advanced features, they offer different level of ...

learn more… | top users | synonyms

4
votes
2answers
646 views

What is the required language knowledge to use Informatica effectively?

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 ...
4
votes
4answers
898 views

Straight Java/Groovy versus ETL tool (Talend/etc) - what libraries would you use?

Assume you have a small project which on the surface looks like a good match for an ETL tool like Talend. But assume further, that you have never used Talend and furthermore, you do not trust "visual ...
2
votes
1answer
54 views

is it possible to use php api function in javajet code?

I want to create a Talend component that based on javajet code, that talend component fetch data from one web based inventory system. But the thing is that the api of that system is available in php ...
2
votes
1answer
85 views

Transactions in Talend

I want to perform transactions while writing into DB in Talend, but don't know how. I tried various component from palette, but couldn't manage to perform. I would appreciate any help or even better ...
2
votes
1answer
113 views

Front End for Running Talend Jobs

I am looking for a front end for our operator to run our Talend jobs. We do not want him to have the ability to delete or modify jobs. Only to run them and monitor their results. Any suggestions ...
2
votes
3answers
196 views

Anyone have special issue using WSO2?

Anyone have any special issue when using WSO2. I'm still looking forward should I use WSO2 or Talend for Integration framework. Anyone have experience using one of them or both?
1
vote
2answers
48 views

How to break string from an excel file into substrings and load it?

I'm actually working on a talend job. I need to load from an excel file to an oracle 11g database. I can't figure out how to break a field of my excel entry file within talend and load the broken ...
1
vote
1answer
154 views

Talend Open Studio ESB user feedback please (versus jbossesb/mule/servicemix)

I'm doing a quick review of ESB's and so far I've been surprised and impressed with the Talend ESB. I was really expecting Mule, one of the more well recognized open source esb, to be the defacto. ...
1
vote
1answer
139 views

Talend: Write data to PostgreSQL database error

I am trying to write data from a .csv file to my postgreSQL database. The connection is fine, but when I run my job i get the following error: Exception in component tPostgresqlOutput_1 ...
1
vote
1answer
475 views

Talend increment value

I'm making a ETL in Talend that add data in a table. The table is for a old system and the Primary Key is not auto incremental. So i have to get the max id and plus one every time that I insert a ...
1
vote
3answers
608 views

Talend tExtractXMLField

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. Here is a sample of the ...
1
vote
1answer
327 views

How to push contacts to Microsoft Exchange from Talend?

I'm trying to use Talend Open Studio to sync contacts from a variety of input sources into an Exchange 2007 server. I know Talend can talk SOAP, and EWS has a WSDL, but having bumped into all sorts ...
1
vote
1answer
586 views

Parse date with possible single-digit month/day/hour using java.text.SimpleDateFormat

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). Digging into ...
1
vote
2answers
498 views

ETL Operation - Return Primary Key

I am using Talend to populate a data warehouse. My job is writing customer data to a dimension table and transaction data to the fact table. The surrogate key (p_key) on the fact table is ...
1
vote
2answers
133 views

Field specific errors for ETL

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 ...
0
votes
0answers
13 views

What is the best practice of using <wsdl:documentation> combined with @WSDLDocumentation?

We do have a bunch of web services developed in Java running in our various environments (on Talend). During the development phase, we tend to write the wsdl first and use wsdl:documentation and ...
0
votes
0answers
31 views

can't connect to Access 2007 Database using Talend

I have a connexion problem. i can't connect to my Access Database. I selected the Database but when i checked the connection an error message appear : error appear in 'Database configuration' page ...
0
votes
0answers
11 views

How to install Talend Open Studio for Data Integration on Windows (32bit & 64 bit machine)

Step.(1). Download the talend installer TOS_DI-Win32-r74687-V5.0.1 from http://www.talend.com/download.php Step.(2). Extract it. Step(3). Install latest JDK and JRE on the machine if ...
0
votes
0answers
38 views

Using Talend to Load 834 EDI File

Has anyone used Talend to load an X12 834 EDI membership file? What was your strategy? Are there any components or jobs that could be reused? I am hoping that I don't have to define the logic of ...
0
votes
1answer
56 views

Run a single job in parallel

I need to know that how can we run a single job in parallel with different parameters in talend.
0
votes
1answer
62 views

Arabic charcters to English.. UTF-8 collation?

Is it possible to change Arabic charcters to English by passing through a job in Talend??? We have some Arabic characters stored in our database and wish to change it to English characters by passing ...
0
votes
2answers
56 views

All Data Or None

I have a simple job that reads .csv file, converts data from this file through tMap, and writes data from file into DB. If an error in .csv file is found, line containing error will be escaped and ...
0
votes
1answer
326 views

Talend — one row to many, variable number of output rows

Background: It's common in Talend to use something like tSplitRow to map one row with many fields into multiple rows. A row with fields: Date | Name | MorningPhone | Day Phone | EveningPhone ...could ...
0
votes
3answers
151 views

Talend: Setting the attribute name and value corresponding to columns

I have a csv as: ID,Name,Age 1,qwerty,12 2,asdf,11 3,zxcvb,10 I need to create an xml as follows: <?xml version="1.0" encoding="UTF-8"?> <entities> <entity> ...
0
votes
0answers
136 views

How can I override the CXF services list URL?

My webservice has an REST endpoint URL like /myapp/admin/services. If I set org.apache.cxf.servlet.hide-service-list-page=false then my URL is hijacked by the CXF services list. This happens because ...
0
votes
2answers
98 views

Graphic app for launch etl with parameters

I use Talend to develop ETLs the problem is that I need to make interfaces to run them. With Talend I only can run it using command line, exist any application (web if is posible) to launch the ETLs? ...
0
votes
1answer
116 views

How to populate star schema database with data from CSV file using jasperETL?

I'm new to jasperETL and i have to populate star schema database with data from CSV file. Does anyone know how to perform this task? Maybe there is some tutorial or book, where i can find this ...
0
votes
1answer
423 views

Talend migration Oracle to Postgres

I am using Talend studio, testing it for a simple migration from an Oracle database to a Postgres database. The two connections are ok, but I got error on insert into the Postgres database because I ...
0
votes
2answers
222 views

Strategy to load a set of files in Talend

I want to know which is best strategy to aboard the following problem in Talend: I need to load data from a set of delimited files that are stored in a directory with names like (SAMPLE1.DAT, ...
0
votes
2answers
122 views

Talend: Aggregation summary?

I've seen how to use tMap in TOS to map different fields in a SQL-like JOIN. How do I aggregate based on certain fields? If I have two tables: [ A, B, C, D ] and that are tMap'ped to ...
0
votes
1answer
67 views

talend take out zeros before the coma

I have a file with two columns the first one with a name and the second one with a number. The size of the number column is 20 chars, the numbers use to be less than 2 chars size the rest of the ...
0
votes
2answers
359 views

Write Context Parameters to Database - Talend Administrative Console

Does anyone know how to write context parameter values directly to the talend db?
0
votes
0answers
216 views

How to perform automatic webservice discovery on JEE application server?

I have a JEE application running on JBoss EAP 4.3 which I want to consume an Axis 1.4 webservice that is part of another WAR, one that is generated from within Talend Open Studio (an open source ETL ...
0
votes
1answer
122 views

Talend tFileOutputMSDelimited Example

Could someone provide an example of tFileOutputMSDelimited component which takes in multiple inputs and creates a multi schema delimited output file? I'm using Talend Open Studio 3.2.0 and Java.
0
votes
2answers
140 views

Talend copy directly from one workspace to another

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. Anyone know of a way to just copy the contexts and the ...
0
votes
3answers
723 views

Talend project in SVN

I need to use Talend Open Studio with a SVN. What is the folder that I should put in the repository?
0
votes
1answer
386 views

Missing files when running a Talend perl job from the command line

I created a simple talend perl job to extract data from an excel file and place it in a mysql table. This works fine when I run it in talend studio 4.1.1. The problem is when I export the job. I try ...
0
votes
1answer
345 views

How to map between two code sets (enumerations) using talend

suppose I have the following source table (called S): name gender code Bob 0 Nancy 1 Ruth 1 David 0 And let assume I also have ...
0
votes
2answers
367 views

Integrating Pentaho/Talend/etc. with an OR Mapper

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 ...