Questions tagged [talend-mdm]
101 questions
0
votes
1 answer
Issue Installing Talend 7.3, No response
I installed Talend 7.3 and while configuring and opening, it gives no response. I try to click on the I agree button but there is no action after clicking and also the page remains same. How can I skip this step and go forward?
It is Windows 10 that…

Ozgeozcn
- 9
- 3
0
votes
1 answer
how to send a POST API on talend
I have an post API request that I want to send using talend.
With the API I need to send a body and 3n headers.
any idea which component I should use and how should I send the Json body and the headers?

jayzee
- 195
- 1
- 17
0
votes
2 answers
Error to convert date in TALEND open studio
I'm trying to convert this kind of date "31/01/2014" to this format "31-01-2014", I tried to use TalendDate.parseDate("dd/MM/yyyy",row.date)... but does't work.
This is the error:
At least job "payment" has a compile errors, please fix and export…

Lucas
- 1
- 2
0
votes
1 answer
How to read data values from different rows from an Excel file in Talend?
Essentially I just need to have lookup functionality. I need to go row by row and then access values from other rows in my excel document. How can this be accomplished?

mastercool
- 463
- 12
- 35
0
votes
2 answers
What component can be used to duplicate every row of an excel file using Talend?
If I have an excel file with rows like this:
val1 | val2 | val3 | val4
val5 | val6 | val7 | val8
then I need the result to be this:
val1 | val2 | val3 | val4
val1 | val2 | val3 | val4
val5 | val6 | val7 | val8
val5 | val6 | val7 | val8
Is this…

mastercool
- 463
- 12
- 35
0
votes
0 answers
How to increase Performance in Talend Cloud Jobs for salesforce conenction
I have created a job in Talend to capture the data from Salesforce and putting it in the snowflake as a target. For this I have followed the below architecture.
tsaleforceinputComponent -----> tsnowflakebulkoutput -----> tsnowflakeBulkExec
I am…

Vipendra Singh
- 689
- 2
- 12
- 26
0
votes
1 answer
Getting wrong date in tLogRow
In tLogRow1(after trestclient) i am getting correct date. But after tXmlMap i am getting wrong date.
tLogRow1 output =>
2020-08-21
but in tLogRow2 output =>
0027-02-10
for that in txmlmap of date expression i wrote…

aashu1807
- 203
- 3
- 14
0
votes
1 answer
How to load json api into database using talend
I am new in Talend. this is my api => http://api.dss.adapt-odisha.com/aagro?url=https://mausam.imd.gov.in/api/warnings_district_api.php
this is created design =>
in tXMLMap
But when i am running this i am not getting data
How can i solve…

aashu1807
- 203
- 3
- 14
0
votes
1 answer
How to perform SCD 1 on snwoflake tables using talend
I am quite new to Talend and I need to perform the scd1 operation on snwoflake tables. Can anyone suggest me the important components I need to use in talend to perform this operation. I tried with tDBSCD but it does not allow snowflake database. Is…

Vipendra Singh
- 689
- 2
- 12
- 26
0
votes
2 answers
Position Autoincrement in Talend
So i a bit lost and don t really know how to hang up this one...
Consider that i have a 2 DB table in Talend, let say firstly
A table invoices_only which has as fields, the invoiceNummer and the authors like this
Then, a table invoices_table with…

Reims
- 477
- 1
- 4
- 12
0
votes
0 answers
Connection to Hadoop from Talend
I am trying to connect to Hadoop from Talend with Thdfsinput but when I run the job I get this error :
I am using Talend Open Studio for Big Data V7.3
and Java version 8.

Latome
- 137
- 2
- 16
0
votes
0 answers
Data Service in Talend open studio for Data integration
I am trying to fetch streaming data from one of my machine to another, I have used Talend open studio for data integration in case of batch data,I guess I can achieve the same for streaming using data service but I don't know how to create data…

Rock_17
- 61
- 5
0
votes
1 answer
How to perform conditional de-duplication in talend
I have a table with the employee ID, name, and last effective date. I want to keep only the employee ID with max(last effective date) and discard the other duplicate employee id rows that have an earlier last effective date.
I am trying to implement…

ilovebreakfast
- 1
- 2
0
votes
0 answers
Empty FactTable when using Talend
I constructed my database in mysql. I constructed next of the dimensions except (time dim).
After filling the fact table, I realize that it is always empty. How can I solve this problem?

ena
- 59
- 1
- 5
0
votes
0 answers
To read dynamic column changes from source table
I am using Talend free version
I have below requirement:
My source is MS ACCESS; table SRC_CUST.
SRC_CUST
CUST_ID CUST_NAME
101 ABC
102 LMN
My target is .csv file TGT_CUST
Requirement: I am using tAccessInput component…