Questions tagged [talend-mdm]
101 questions
0
votes
1 answer
Merge Columns from various files in Talend
I am trying to achieve column merge of files in a folder using Talend.(Files are local)
Example:- 4 files are there in a folder. ( there could be 'n' number of files also)
Each file would have one column having 100 values.
So after merge, the output…

Deepan Ram
- 842
- 1
- 10
- 25
0
votes
1 answer
How to insert data from csv file to JMS in talend using talend open studio for big data
I have a .csv file that contain some data. I need to create a job that insert data from .csv file to jms in talend using talend open studio.
Thanks in advance...

Ashutosh Singh
- 11
- 1
0
votes
1 answer
Talend tFileList Usage and File rejection
I am newbie to Talend, currently i have designed a job to read files of a certain pattern using tfilelist and put into hadoop. Is there any way to send the rejected files to another folder. Also I tried with providing regex for not choosing a…

Deepan Ram
- 842
- 1
- 10
- 25
0
votes
1 answer
import Data from Excel to MongoDB in Talend
I'm using Talend ESB tool.Is it possible to copy data from "excel to mongodb" and "MySQL to mongodb" ? If it is yes, how to create the jobs? OR else any other way to achieve this?

user3114967
- 639
- 5
- 15
- 38
0
votes
1 answer
Modelling Magento in Talend MDM
Does anyone have any case studies of using Talend MDM to store Magento product data? I'd like to use the Talend MDM as a PIM. Where would I start as there is very little information out there on how to use the PIM features in Talend MDM.
Thanks in…

Dukes
- 1
- 2
-1
votes
1 answer
How to upload the range of files into database in talend
Currently I have 14 files in my directory, I want to upload them into 7 per batch means want to upload 7 files first and then remaining 7 files.
Can you please tell me the flow.

P Pramod
- 1
- 1
-1
votes
1 answer
How to access the table names from different component in tDBInput through SQL query in talend
I want to access the table names from tFileInputDelimited, so how to write SQL squery in tDBInput so that I can able to access the data of that table.please just see the image you can understand, there is SQL query which i have written.
I tried…

P Pramod
- 1
- 1
-1
votes
1 answer
Can Talend generate Scala code for Apache Spark?
I am new to Talend ETL tool. I want to use Talend to generate Spark batch jobs.
Can Talend generate Scala code instead of Java or is there a way to plug in Scala based batch job in to Talend?

user3348838
- 1
- 2
-1
votes
2 answers
'message cannot be resolved or is not a field' error in tMomOutput of Talend ESB
I'm using tMomOutput component of Talend ESB open studio to insert a XML message into Apache Active MQ.
Using XMLMap component to Create XML document.
Using tConvertType component to convert the XML document to string.
Using tMomOutput component…

v_kumar
- 319
- 4
- 15
-1
votes
1 answer
What are the differences between Talend openstudio and Enterprise edition..??
I really want the Differences between Talend open studio and Enterprise edition
What are the differences between Talend open studio and Enterprise edition..??
can you provide me in brief??
Thanks in Advance..

Horse_1995
- 227
- 5
- 14
-5
votes
2 answers
Hi, I have two source tables one is emp (empno,ename,sal) and sal grade(grade,minsal,maxsal) tables
Source table is
emp
empno ename sal
101 abc 110
102 def 250
103 fgh 330
104 fff 220
105 rrr 190
sal grade
grade minsal maxsal
a 100 200
b 201 300
c 301 400
output like
empno ename sal grade
101 abc …

hareesh
- 1
- 4