Questions tagged [talend-mdm]

101 questions
0
votes
1 answer

talend - tMap output into list

I have the following flow: tOutputFile (will output many fields) / tOracleInput -> tMap -> tReplicate \ …
lorraine batol
  • 6,001
  • 16
  • 55
  • 114
0
votes
1 answer

talend - output of tMap to another query

I have a one view query (which is quite heavy) so I want to avoid re-querying again. The output of this query is transformed and put into the file. There is a unique reference number on this file (field reference in the query). The "references" I…
lorraine batol
  • 6,001
  • 16
  • 55
  • 114
0
votes
1 answer

talend - one tOracleInput to multiple tMap and tOutputFile

I'm wondering if I can query only once using tOracleInput, and use its output to two tMap. tMap -> tOutputFile / tOracleInput \ tMap -> tOutputFile I have tried connecting tOracleInput to one…
lorraine batol
  • 6,001
  • 16
  • 55
  • 114
0
votes
2 answers

Does Talend Support UTF-8 Encoding for Excel Headers?

I am new to Talend, and I have this Excel sheet, which has UTF-8 Letters in the headers, that i want to profile using Talend DQ, Now, I was able to import the list and in the preview everything is shown correctly; however, When I Click next, all the…
user2597012
  • 581
  • 4
  • 9
  • 28
0
votes
2 answers

Talend- How to replace string from 'MATCHING' column to 'contactFirstName' column

I have a very tricky situation and have yet to come up with my own solution using Talend. I have an input MySql that has a number of columns and need to copy first string from MATCHING column to contactFirstName column when VALUE column contains…
0
votes
1 answer

Issue in Dynamic Job creation in Talend

I got the requirement like this, Create a single Talend job with reads multiple tables and writes to multiple files dynamically(when we give a tablename via context variable the job should take that table as select * from tablename and writes to…
NMB
  • 39
  • 7
0
votes
1 answer

Talend-Unable to use Context variable in oracle query

I am facing challenge in calling a context variable in my oracle source query select branch_code from sttms_branch where country_code='"+context.con_contry_cd+"' No rows are fetching.But if we hardcode instead of context.con_contry_cd,then it is…
NMB
  • 39
  • 7
0
votes
2 answers

How to write the response from tFileFetch to a tLogRow in Talend?

I'm using tFileFetch POST to upload a multipart form file to the server. I can print the response to the console. Is it possible to get this response written to a tLogRow or a text file?
BlueStar
  • 401
  • 3
  • 9
  • 29
0
votes
0 answers

org.talend not found in custom component

I am building the custom component for the Talend using the component template, found on the Talend repository, by using the wiki I have created the component. successfully compiled the jar. installed the jar, I am able to see the component in the…
Sunil Soni
  • 443
  • 3
  • 18
0
votes
1 answer

How to set ts3Get key field dynamically in Talend?

I have extracted file name from tSQSInput using a tExtractJSONFields component and logged it on to the console using tLogRow. How can I pass this value to the "key" field in tS3Get component?
BlueStar
  • 401
  • 3
  • 9
  • 29
0
votes
1 answer

Custom component with dynamic configuration like jira, jdbc or azurestorage in talend

I want to create a Talend component with dynamic configuration. I tried various sources to achieve that but no luck, apprach I tried previously but I could not able to link the component with plug-in, it always gives the error failed to load…
Sunil Soni
  • 443
  • 3
  • 18
0
votes
1 answer

Is it possible to use Talend installer for upgrading server applications?

When upgrading Talend server components such as TAC, Command Line, Job Server etc... Is it possible to use the talend installer instead of upgrading each application individually?
BlueStar
  • 401
  • 3
  • 9
  • 29
0
votes
1 answer

How to create a MariaDB connection in Activity Monitoring Console in Talend?

I have created an amc database in MariaDB. I'm trying to create a connection to the amc database in Activity Monitoring Console(AMC) window of Talend Administration Center(TAC). I do not see MariaDB in the DB Type drop down list. and I'm getting the…
BlueStar
  • 401
  • 3
  • 9
  • 29
0
votes
0 answers

Comparing metadata using Talend Data Integration

I am very new to Talend and trying to solve a requirement in my current project. I need to compare XSD and JSON metadata from two different sources and output a XLS file if these metadata match. Can you please give me some tips if you have worked on…
Souvik
  • 865
  • 6
  • 8
0
votes
1 answer

Talend shuffle the order of the columns

I was trying to achieve merging all the rows of a file into columns based on a certain sequence number. This has been achieved by tpivotToColumnDelimited.( this has to be done , cannot be changed ). But after using that, the column ordering has been…
Deepan Ram
  • 842
  • 1
  • 10
  • 25