Most viewed questions in Talend

0 votes
2 answers

Parsing a date with possible single-digit month/day/year hour by using java.text.SimpleDateFormat

Try using M/d/yyyy format. You might be using the ...READ MORE

Aug 3, 2018 in Talend by Nilesh
• 7,060 points
8,673 views
0 votes
1 answer

How to generate multiple rows from a single row in Talend?

I think using tJavaFlex, tMap and tFlowToIterate ...READ MORE

Apr 18, 2018 in Talend by code.reaper12
• 3,500 points
8,331 views
0 votes
1 answer

In Talend, how to specify multiple conditions as expression

@Palaniswamy, have a look at this discussion ...READ MORE

Aug 5, 2019 in Talend by Vardhan
• 13,150 points
7,795 views
0 votes
1 answer

Converting Columns into Rows in Talend

Hi, You can try using tNormalize component along ...READ MORE

Apr 11, 2018 in Talend by code.reaper12
• 3,500 points

edited Apr 11, 2018 by code.reaper12 6,935 views
0 votes
2 answers

Assigning a database value to a context variable in Talend

Hi, You can do one thing - 1) In ...READ MORE

May 18, 2019 in Talend by Archana
• 140 points
6,928 views
0 votes
1 answer

How to load a set of files into database using Talend

Using tFileList component,  you can read all the files present ...READ MORE

Apr 17, 2018 in Talend by code.reaper12
• 3,500 points
6,507 views
0 votes
1 answer

tJava, tJavaRow, and tJavaFlex components in Talend

Well, the tJava, tJavaRow, and tJavaFlex components in ...READ MORE

Aug 3, 2018 in Talend by code.reaper12
• 3,500 points
6,041 views
+1 vote
1 answer

Using tRest and tExtractJSONField to map the JSON file in Talend

In this case, I believe you can ...READ MORE

Apr 18, 2018 in Talend by geek.erkami
• 2,680 points
5,260 views
0 votes
1 answer

While importing Datastore backup got Bad Character(ASCII 0) error for BigQuery load

According to my understanding, you must be ...READ MORE

Apr 18, 2018 in Talend by code.reaper12
• 3,500 points
5,095 views
0 votes
1 answer

Parsing Date Error in Talend

This job doesn’t needs tConvertType. You can ...READ MORE

Apr 19, 2018 in Talend by code.reaper12
• 3,500 points
4,967 views
0 votes
1 answer

Parsing JSON in Talend

While working with JSON files, one thing ...READ MORE

Apr 3, 2018 in Talend by code.reaper12
• 3,500 points
4,483 views
0 votes
1 answer

Adding third party libraries into the Talend project

You can add the 3rd party libraries ...READ MORE

Apr 9, 2018 in Talend by code.reaper12
• 3,500 points
4,431 views
0 votes
1 answer

Error in Talend: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path

You can start off by placing the ...READ MORE

Apr 14, 2018 in Talend by code.reaper12
• 3,500 points
4,339 views
0 votes
1 answer

Using tHiveRow to execute multiple Hive queries in Talend

In order to execute multiple queries, you ...READ MORE

Apr 14, 2018 in Talend by misc.edu04
• 1,450 points
4,106 views
+1 vote
1 answer

How to send multiple emails containing data using Talend

Its pretty simple you know. All you ...READ MORE

Apr 19, 2018 in Talend by misc.edu04
• 1,450 points
3,904 views
0 votes
1 answer

Filtering Out the Unique records and populating the records with Max count using Talend

Hi...I think in your case you can ...READ MORE

Apr 27, 2018 in Talend by geek.erkami
• 2,680 points
3,840 views
0 votes
1 answer

Fetch output from tJDBCRow component of Talend

I guess, in this scenario, you can ...READ MORE

May 1, 2018 in Talend by geek.erkami
• 2,680 points
3,699 views
0 votes
1 answer

Consuming REST API having single header through tRestClient component of Talend

Talend provides a really easy way to ...READ MORE

Apr 27, 2018 in Talend by code.reaper12
• 3,500 points
3,699 views
0 votes
1 answer

Converting local time format into UTC format and vice versa using Talend

This job is pretty simple. In order ...READ MORE

Apr 18, 2018 in Talend by misc.edu04
• 1,450 points
3,604 views
0 votes
1 answer

How to load data into MySQL database from an Excel File using Talend

I think the problem lies somewhere in ...READ MORE

Apr 18, 2018 in Talend by code.reaper12
• 3,500 points
3,598 views
0 votes
2 answers

How to use java classes in Talend?

For many data integration requirements, the standard ...READ MORE

Oct 3, 2018 in Talend by daisyridley
• 160 points

edited Oct 3, 2018 by Vardhan 3,587 views
0 votes
1 answer

Assigning the output of a query into the next query

What I can deduce from your explanation ...READ MORE

Apr 19, 2018 in Talend by misc.edu04
• 1,450 points
3,498 views
0 votes
1 answer

Exporting a Talend Job as a fat JAR file

There is no definite way which available ...READ MORE

Apr 19, 2018 in Talend by geek.erkami
• 2,680 points
3,392 views
0 votes
1 answer

Memory Issues in Talend while working with large files

I think the problem lies in the ...READ MORE

May 3, 2018 in Talend by code.reaper12
• 3,500 points
3,327 views
0 votes
2 answers

Read Data from Rest API's through Talend and store it in Oracle

Hi, @Abhishek, Regarding your query, I would suggest ...READ MORE

Oct 15, 2020 in Talend by Gitika
• 65,770 points
3,319 views
0 votes
0 answers

talend send multiplate attachements to multi emails TsendMail

hi , i am new to talend ...READ MORE

Dec 2, 2020 in Talend by aminegac
• 570 points
3,196 views
0 votes
2 answers

"if" block in talend??

@Aminegac, In the Basic settings view of a Run if connection, you ...READ MORE

Dec 8, 2020 in Talend by Nikita
3,185 views
0 votes
1 answer

Code for converting multiple .xml files to .json file format

Hey, @AAron, I would suggest you go through ...READ MORE

Dec 18, 2020 in Talend by Gitika
• 65,770 points
3,170 views
0 votes
1 answer

Using Java Classes in Talend

While working with routines, the very 1st ...READ MORE

Apr 14, 2018 in Talend by geek.erkami
• 2,680 points
2,969 views
0 votes
1 answer

Naming the output based on a column value in Talend

You can try to solve this problem ...READ MORE

Apr 19, 2018 in Talend by 93.lynn
• 1,600 points
2,886 views
0 votes
1 answer

tWaitForFile component insufficiency in Talend

Regarding your first issue, tWaitForFile component provides ...READ MORE

Apr 11, 2018 in Talend by geek.erkami
• 2,680 points
2,869 views
0 votes
1 answer

Assigning Context Variable from the database value

I think if you want to link ...READ MORE

Apr 19, 2018 in Talend by geek.erkami
• 2,680 points
2,856 views
0 votes
0 answers

How can I use talend to extract data from Oracle and import the data into a MSSQL database?

We currently have around 100 Oracle tables ...READ MORE

Nov 4, 2020 in Talend by umesh
• 150 points
2,845 views
0 votes
1 answer

Downloading files using Talend Studio

As per my understanding, I think first ...READ MORE

Apr 12, 2018 in Talend by code.reaper12
• 3,500 points
2,754 views
0 votes
2 answers

Closed loop in Talend

Hi, Talend specifies that tUnite cannot be ...READ MORE

Aug 23, 2019 in Talend by vinceall
2,656 views
0 votes
1 answer

How to loading flat file from configuration in Talend?

Hey, @There, Regarding your query you need to ...READ MORE

Jun 4, 2020 in Talend by Gitika
• 65,770 points
2,522 views
0 votes
1 answer

Exposing an ETL Job as a Web Service using Talend

Hey.. for this you need to use ...READ MORE

Apr 19, 2018 in Talend by misc.edu04
• 1,450 points
2,407 views
0 votes
1 answer

Exporting items from Talend studio to SVN and then building them using Jenkins

As per my knowledge, you can use ...READ MORE

Apr 9, 2018 in Talend by anto.trigg4
• 3,440 points
2,349 views
0 votes
1 answer

Accessing a array of String type using tExtractXMLField component

You can perform this by setting up ...READ MORE

May 4, 2018 in Talend by v.liyyah
• 1,300 points
2,342 views
0 votes
1 answer

Implement Common Logging in Talend

Well, you can try using following 2 ...READ MORE

Apr 12, 2018 in Talend by geek.erkami
• 2,680 points
2,342 views
+1 vote
2 answers

Splitting a Tmap output into several tables based on the value of a column

you can use "filter " in map ...READ MORE

Dec 2, 2020 in Talend by aminegac
• 570 points
2,317 views
0 votes
1 answer

Creating a New Project in Talend Open Studio

Before you switch over to a new ...READ MORE

Apr 18, 2018 in Talend by misc.edu04
• 1,450 points
2,303 views
0 votes
1 answer

Performing a JSON Deserialization in Talend

tExtractJSONFields component helps in extracting the desired ...READ MORE

Apr 19, 2018 in Talend by code.reaper12
• 3,500 points
2,298 views
0 votes
1 answer

Implementing a Java program with arguments in Talend

Yes, this possible in Talend, all you ...READ MORE

Apr 18, 2018 in Talend by code.reaper12
• 3,500 points
2,290 views
0 votes
1 answer

Executing a single Job using Talend in Parallel

Well, the exact solution to your problem ...READ MORE

Apr 23, 2018 in Talend by misc.edu04
• 1,450 points
2,261 views
0 votes
1 answer

Connecting a tMap component using ‘OnComponentOK’ connection in Talend

I think you don’t need to use ...READ MORE

Apr 23, 2018 in Talend by code.reaper12
• 3,500 points
2,251 views
0 votes
1 answer

Slow transfer rate in Talend Job

You can try using tRedshiftOutputBulkExec component for ...READ MORE

Apr 25, 2018 in Talend by geek.erkami
• 2,680 points
2,227 views
0 votes
1 answer

Comparing 2 files and keeping the unique entries

Hi, To get the unique records from the ...READ MORE

Apr 20, 2018 in Talend by geek.erkami
• 2,680 points
2,159 views
0 votes
1 answer

how to add data to existing file and how to use LIST properly ??

Hi, @Aminegac yes, in the output file there's ...READ MORE

Dec 4, 2020 in Talend by Gitika
• 65,770 points
2,143 views
0 votes
1 answer

Looping through all the schemas in Talend

It is really simple to make tOracleInput ...READ MORE

Apr 11, 2018 in Talend by code.reaper12
• 3,500 points
2,141 views