Quantcast
Channel: New Topics on Talend Community Forum
Viewing all 2816 articles
Browse latest View live

Netsuite Component Help - by talenda2z

$
0
0

[quote from = mchiosi]I selected the Employee Record Type and got data for all the employees in my company. The issue I was running into was that for some of the fields such as Department and Supervisor the values that were returning were [size=1][font=Verdana, Helvetica, Arial, sans-serif]"com.netsuite.webservices.platform.core.RecordRef@######"[/font][/size] which is a RecordRef object. Now I don't want the RecordRef object, but the actually value for an employee's department. 
I have the exact same problem. Have you found any solution to this? Thank you very much!

tSendMail - by Darin Bob Coulter

$
0
0

I have the same problem. I've authenticated against our smtp server with other applications with my service accounts so I know they will authenticate. This all seems to be java related or related to encryption/decryption of the password.  I need help with this too. Darin

Global Variable for Context Group ? - by agt0613

$
0
0

Hello,    Is there a global variable for the context group name (i.e. Default ) being used ay run-time.  Such as the one for jobName.  Are all of these documented somewhere? TIA, Andrew

UTF-8 not working with Norwegian - by Upendra1630

$
0
0

Hello Faza, Can you post your tfileInput components screen shot!! both advanced and basic screen shot

Daily Incremental of copy of data to redshift - by Upendra1630

$
0
0

Hello Ankit, You could use below shown Redshift / Amazon Mysql rds connectors for your job. Create a job with "Amazon Mysql Input component" as a input by specifying your table name and "Redshift output component" in your job output / target table and perform your daily schedule. Important URL's for component functionalities:  Redshift components for Talend:  https://help.talend.com/display/TalendOpenStudioforBigDataComponentsReferenceGuide60EN/tRedshiftBulkExec Amazon MySql rds components for Talend: [url]https://help.talend.com/display/TalendOpenStudioComponentsReferenceGuide521EN/4.3+tAmazonMysqlConnection[/url]



Logical Problem in my Job - tLoop - by dan_netto

$
0
0

Hi guys, I've some problems with my job, now I'll explain how I want to works. First of all, it's a sequence job, then I'll call tRun_Job1 but there are some conditions: - If tRun_Job1 = "ok" then continue with the flow and don't open the tLoop - If tRun_Job1 = "nok" then open a tLoop and then run the same job expected to "ok result" with the condition to try for 10 times.  Where's my problem? My problem is... I can't stop the loop, the tLoop running my flow to 10 times(not just the tRun_Job1) I need a solution for: Receiving a positive result, end the looping and continue with the rest of the flow Receiving a negative result, stop to the sequence after try to run for 10 times PS: That particular job inside my sequence delete some datas on particular tables. I hope to you understand, I'm newbie inTalend Studio. Thank's a lot. Daniel Netto.

How to edit the rules and the editing work flow - by jlolling

$
0
0

Hi Christophe, thanks for sharing the link to the documentation. I was not aware on it. I will try it!

Apply 'Preparation' recipies to a new file - by ctoum

$
0
0

In version 1.0 you can only overwrite the content of the dataset with new data.

We will add a feature to replace the dataset of a preparation with another dataset (with the same schema, this will be enforced) with the next upgrade of Data Prep Free Desktop. At this point the clone preparation feature will be even more useful.


Can uploaded Talend Desktop cleanup mixed data - by James Furst

$
0
0

Talend, Can Talend Desktop data preparation cleanup columns of data or fields that the data is in the wrong column?   Example  Address, City, State has address in spread in fields address and city fields and the city is in the state field. Can Talend recognize data in the wrong fields?

New connection problem with Hive from TOS DQ - by iabramson

Cannot download external modules - download and install button missing - by esabot

$
0
0

I believe you need to browse to the Sybase install to get the driver from there. We cannot legally provide proprietary jars. Please read this KB article: [url]https://help.talend.com/pages/viewpage.action?pageId=190513327#HowtoinstallexternalmodulesintheTalendproducts-Toinstallmanuallyamodule[/url] about how to install manually a jar. HTH Elisa

[resolved] Writing to two sheets in the same excel file from one job - by sjaganmo

$
0
0

This is the actual error I am getting 2016-02-11 23:33:13|lQqABm|20160211233302_3NxWK|yPGLrN|GRP_ETL|jo_GRP_RPT_0003_generateServiceSummaryXls_J1|Default|6|Java Exception|tFileExcelWorkbookOpen_1|java.lang.IllegalStateException:Zip File is closed|1 I used an open and save in my previous job that writes this file.

tFileExcelWorkbookOpen Java heap space error - by morganspice21

$
0
0

Hi There, I am using the custom components tFileWorkbookOpen, tFileExcelSheetList, tFileExcelSheetInput  to read in large excel (xlsx) files each is roughly 16kb - 30mb. I keep getting the java heap space error (out of memory) when the file is more than 1mb. I have tried increasing the heap space to a staggering 10gigs but it still does not solve it. I'm now trying to read in a sheet at a time and save to.csv but the component will not write anything to the csv file as it bombs out with memory error. I have stripped my job down to the bare minimum (see screenshot) to try and get the component to work but still no luck! I am using Talend Open Studio for Data Integration version 5.6, would the newest version of TOS be able to process it? Anyones advice and guidance will be very much appreciated.

sFTP issue in 5.6.2 - what has changed with FTP modules since 5.5.1? - by jaspera

$
0
0

Encountered the same issue, Talend upgrade from 4.1.2 to 5.6.2, I had to replace the jsch-0.1.51.jar with jsch.jar

type of the expression must be an array but resolved to string - by asadri

$
0
0

Using tELTHiveMap component I am trying to join between 2 tables.  The join condition is a bit complex: table1.col1 = trim(substring(regexp_replace(upper(table2.col2), "[^A-Z]"," ")), 0, instr(trim(regexp_replace(upper(table2.col2), "[^A-Z]"," "),' '))) It is basically get the first word in uppercase from table2.col2. The TOS gives the error "type of the expression must be an array but it resolved to string" How do I resolve this? The generated Select statement runs through Hive command line successfully. 


Transforming three dimensional tabular data to XML - by amolkhandekar92

$
0
0

i Input xml file looks like:                                                                                                                                     and output is as shown in earlier post and screenshot as below: https://www.talendforge.org/forum/img/members/327910/tfileInputxml.png Note that tLogRow_4 is just for testing. Let me know if you have any doubt related to this job. Regards, Amol

COBOL copybook to metadata schema - by Sanju91

$
0
0

Can anyone pls suggest how can i use copybook metadata in talend DI

EBCDIC support: How to surface Metadata.copybook metadata component. - by Sanju91

$
0
0

Can anyone please suggest the copybook metadat how we get

Exception handling with JSON column names - by amolkhandekar92

$
0
0

Hi bbrooksux, First of all, I liked to know that wheather mentioned json is well formed or not.  Input json is : {"solutionJJ": "ladkfj", "stR2epName": "1234", "stepOrder@": 1, "": "abc","actionTimestamp": "2016-02-08T13:53:20.954-06:00", "batch": [{"Namebatch": "00249", "batchTypeName": "Batch11" }]} Note that I slightly changed your json by removing comma (,) after "]"  bracket in order to have perfect json. When I tried to extract json, I uesd to get below error: [color=#ff3333]Error on line 1 of document  : The content of elements must consist of well-formed character data or markup. Nested exception: The content of elements must consist of well-formed character data or markup. [/color] Interesting thing is that when I made change in json input ,error has gone. Change in input Json: [size=2][font=Courier]{"solutionJJ": "ladkfj",      "stR2epName": "1234",   "stepOrder": 1,     "actionTimestamp": "2016-02-08T13:53:20.954-06:00",   "batch": [{"Namebatch": "00249",      "batchTypeName": "Batch11"    }]}[/font][/size] [size=2][font=Courier]First change : I have removed "@" character from stepOrder[/font][/size] Second change: removed  [size=2][font=Courier]"": "abc"[/font][/size]  node   from json Then error disappeared. So, Question is "Is your json is well formed" and can you modify your json input as below in order to fulfill your requirement : {"solutionJJ": "ladkfj", "stR2epName": "1234", "stepOrder": 1, "actionTimestamp": "2016-02-08T13:53:20.954-06:00", "batch": [{"Namebatch": "00249", "batchTypeName": "Batch11" }]} Let me know if it is possible. so we can find solution for it Regards, Amol

if and else condition in tmap expression - by amolkhandekar92

$
0
0

Hi yugandhar9, I like to know type of ST_ABBR. Is it string. If it is string then you can use following expression:  row1.name.matches("val1 | val2 | val 3") ? "value1" :"value2"; Regards, Amol  

Viewing all 2816 articles
Browse latest View live