HiÃÂ [color=#5b5b5d][size=2][font=Verdana, Helvetica, Arial, sans-serif]Talend_Developer_007,ÃÂ [/font][/size][/color][color=#5b5b5d][size=2][font=Verdana, Helvetica, Arial, sans-serif]I am having similar scenario, i hope you have the solution by now. Can you please share your idea ?[/font][/size][/color][color=#5b5b5d][size=2][font=Verdana, Helvetica, Arial, sans-serif]Thanks & Regards,[/font][/size][/color][color=#5b5b5d][size=2][font=Verdana, Helvetica, Arial, sans-serif]Praveen[/font][/size][/color]
Dynamic Schema - by Praveenanand28
Sent an email with error - by dan_netto
[quote from =xdshi]Hi Daniel Netto, What's the error message your got in subjob? What's the connection type you're using between your subjob and tSendMail component(OnsubjobOK or Onsubjoberror)? Best regards SabrinaHi Sabrina, thank you for your attenttion. I'd try with "On Subjob Error", "On Component Erro", "Run If" and always I've the same result, but I just can't print the Message Error onÃÂ tSendMail. When the subjob fail the component tSendMail show me something like that... "company.email_0_1.email.tFileInputExcel_1Process(email.java:1169) at company.email_0_1.email.runJobInTOS(email.java:4444) at company.email_0_1.email.runJob(email.java:4301) at company.temail_0_1.tEmail.tRunJob_1Process(tEmail.java:520) at company.temail_0_1.tEmail.runJobInTOS(tEmail.java:3218) at company.temail_0_1.tEmail.main(tEmail.java:3064)" Actually, when my job run with sucess I can't put the log message on tSendMail too. That's it,ÃÂ Thank you, again.
convert the unix timestamp - by Shri_Kul1
Hi Everybody, I need help from you, I am trying to implement an ETL job. I have REMARK column in target table which holds remarks for every column if that particular column failed at validation.ÃÂ Ex - ÃÂ Suppose that I Have ID column in source (Excel), it should hold only Numeric values but in case if it contains any character then that particular record should go under error table and Remark column hold remark that"ID should be Numeric." Like wise, i need to implement it for multiple columns & REMARK column should be updated for every column if they all got failed at validation. ÃÂ ÃÂ like Date Fields- Start_Date Should be less than End_Date.Description Field - Should contain only 1000 characters max to max. Any Required (*) field should not be null.Boolean fields contain only TRUE & FALSE in capital form. ÃÂ Waiting for positive reply..
Replace special characters on multiple columns - by Shri_Kul1
[size=1][font=Verdana, Helvetica, Arial, sans-serif]Hi Everybody,[/font][/size] [size=1][font=Verdana, Helvetica, Arial, sans-serif]I need help from you,[/font][/size] [size=1][font=Verdana, Helvetica, Arial, sans-serif]I am trying to implement an ETL job. I have REMARK column in target table which holds remarks for every column if that particular column failed at validation.ÃÂ [/font][/size] [size=1][font=Verdana, Helvetica, Arial, sans-serif]Ex - ÃÂ Suppose that I Have ID column in source (Excel), it should hold only Numeric values but in case if it contains any character then that particular record should go under error table and Remark column hold remark that"ID should be Numeric."[/font][/size] [size=1][font=Verdana, Helvetica, Arial, sans-serif]Like wise, i need to implement it for multiple columns & REMARK column should be updated for every column if they all got failed at validation.[/font][/size] [size=1][font=Verdana, Helvetica, Arial, sans-serif]ÃÂ ÃÂ likeÃÂ [/font][/size][color=#5b5b5d][size=1][font=Verdana, Helvetica, Arial, sans-serif]Date Fields[/font][/size][/color][size=1][font=Verdana, Helvetica, Arial, sans-serif]- Start_Date Should be less than End_Date.[/font][/size][color=#5b5b5d][size=1][font=Verdana, Helvetica, Arial, sans-serif]Description[/font][/size][/color][size=1][font=Verdana, Helvetica, Arial, sans-serif]ÃÂ Field - Should contain only 1000 characters max to max.[/font][/size] [size=1][font=Verdana, Helvetica, Arial, sans-serif]AnyÃÂ [/font][/size][color=#5b5b5d][size=1][font=Verdana, Helvetica, Arial, sans-serif]Required (*)[/font][/size][/color][size=1][font=Verdana, Helvetica, Arial, sans-serif]ÃÂ field should not be null.[/font][/size] [color=#5b5b5d][size=1][font=Verdana, Helvetica, Arial, sans-serif]Boolean[/font][/size][/color][size=1][font=Verdana, Helvetica, Arial, sans-serif]ÃÂ fields contain only TRUE & FALSE in capital form.[/font][/size] [size=1][font=Verdana, Helvetica, Arial, sans-serif]ÃÂ [/font][/size] [size=1][font=Verdana, Helvetica, Arial, sans-serif]Waiting for positive reply..[/font][/size]
[resolved] talend date to salesforce - by erryco
HI ALL i have this date:ÃÂ 2016-02-09T12:05:02.000+01:00ÃÂ type:string, i want shift this date in saleforce and make it thisÃÂ [color=#222222][size=2][font=arial, sans-serif]2016-02-09T00:0[/font][/size][/color][color=#222222][size=2][font=arial, sans-serif]0:00.000Z[/font][/size][/color] [color=#222222][size=2][font=arial, sans-serif]how can i do it?[/font][/size][/color] [color=#222222][size=2][font=arial, sans-serif]format date with time zone to salesforce date with zone [/font][/size][/color] [color=#222222][size=2][font=arial, sans-serif]in salesforce i have date with hour and minutes, but i don't have time zoneÃÂ [/font][/size][/color]
Talend Date conversion - by shivaraaj
Hi all, I'm facing a scenario in which i need to parse the date to dd-MM-yy format. My input file is xml files. There are different date format in XML files. Example: 21-03-1014, 21-03-14, 14-07-07. There are some empty values in date column. I was able to convert date to dd-MM-yy format for some files using a variable port StringHandling.LEN(out1.date)>1? ÃÂ ÃÂ (StringHandling.LEN(out1.date)>8 ÃÂ ÃÂ ÃÂ ?out1.date.substring(0,6)+out1.date.substring(8,10) ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ : out1.date):nullÃÂ And in output column i parsed it to StringHandling.LEN(out1.date)>1?TalendDate.parseDate("dd/MM/yy",Var.var1):nullÃÂ The error message is Exception in component tMap_1 java.lang.RuntimeException: java.text.ParseException: Unparseable date: "08-04-15" My job flow will be tfileList->tFileInputXML->tXMLMap->tmap->tlogrow There are list of XML files.So i implemented tXMLMap. So whether its possible to parse these above date format. My target database id PostgreSQL. It ahs two columns. Name,Date.
RESTful service and SQL Server connection running on Karaf - by Stephanp
Hi just want to add, when using sql authentication it works as a service, but we need to use windows authentication, and that works stand alone but not as a service.
File size - by brian_indy
When the file load gets to 100%, the application just throws a generic error.ÃÂ "Server error ÃÂ An error occurred" There's an 'x' to close the message and that's it. ÃÂ The file is being loaded locally, can be opened in a text application, and iterated through in other applications just fine. ÃÂ The system being used is Windows 7 64-bit with an i7 processor, and 16GB of RAM.
Var expression condition - by Frey
Hello, In a tMap I have the following expression : [code]var.ismail ? row1.value.substring(row1.value.indexOf("@")+1, row1.value.lastIndexOf(".")) : ""[/code] I would like to do something like If ( var.ismail ) AND ( row1.value contains @ ) then ÃÂ ÃÂ ÃÂ row1.value.substring(row1.value.indexOf("@")+1, row1.value.lastIndexOf(".")) else ÃÂ ÃÂ ÃÂ "" endif I am beginner in Talend, I suppose it's easy but I can't do it If someone could help I would appreciate a lot Thanks.
how to use t_jasperOutput to beginning - by erryco
[color=#222426][size=2][font=Arial, 'Helvetica Neue', Helvetica, sans-serif]i want have a good pdf file with a good template, with images etc but t_jasper_output is very complicate,[/font][/size][/color] [color=#222426][size=2][font=Arial, 'Helvetica Neue', Helvetica, sans-serif]i have a csv file i want become a pdf file with good templateÃÂ [/font][/size][/color] [color=#222426][size=2][font=Arial, 'Helvetica Neue', Helvetica, sans-serif]how can i do it?[/font][/size][/color] [color=#222426][size=2][font=Arial, 'Helvetica Neue', Helvetica, sans-serif]generate:[/font][/size][/color] [list=*] [*]file jrxml[/*] [*]temp path[/*] [*]List item[/*] [*]where is ireport?[/*] [/list][color=#222426][size=2][font=Arial, 'Helvetica Neue', Helvetica, sans-serif]thanks, and sorry for my bad english[/font][/size][/color]
PROBLEM IN COMPAREDATE FUNCTION - by IDEMBELE
Hello rhal_2.0, You are right, my explaination is not top reason why i add also my job.ÃÂ But i try to explain myself again; in the code you attach in your post, you find the expressionÃÂ [size=2][font=consolas, monaco, 'bitstream vera sans mono', 'courier new', courier, monospace]Var.MonthFirstDate[/font][/size] that i get this expresssion [code]TalendDate.getPartOfDate("MONTH",TalendDate.getCurrentDate())[/code] So in December, i note that this code return like value ÃÂ 0 insteade of 12; reason why i writte this code bellow to fixe month [code]Var.MonthFirstDate == 0 ? "12/20/"+Var.YearFirstDate_1 : Var.MonthFirstDate+"/20/"+Var.YearFirstDate[/code] To resume my question; i mean my problem is in TalendDate.comperaDate() function which is in var1, var4 and var5 For exemple in var1, i writte: [code]TalendDate.compareDate(row2.Date_debut_arret_travail,Var.FirstDate1,"MM,dd,yyyy") =0[/code] I think this function does not work, i change the last part with:ÃÂ "MM/dd/yyyy" but it does not change nothing Thanks for help,
Oracle db copy - by ajunell
Hi jlolling.ÃÂ Thanks for the quick reply.ÃÂ Talend's built in Dynamic schema type has the exact same problem with BLOB/CLOB.ÃÂ I liked your component better since it could handle any potential differences between the source and target schemas.
Search and filter query sintax - by ctoum
There is no language at this point, we always run an implicit [i]contains[/i] query on whatever you type, in all columns. We then suggest which columns have at least one cell that contains the string you typed, with sentences like "[i]whatever you typed[/i]ÃÂ inÃÂ [i]eligibleÃÂ column[/i]". By contains I mean anywhere in the cell; for instance if you search for "book", it will find "facebook", "bookshelf" and "mybookstore.com". This search field is like a global search, sort of like a Ctrl + F (or Cmd + F) in your browser. You don't need to know in advance in which column the data is. The flip side being that, indeed, you can't force it to search only within a particular column. We will probably allow predicates in the future though, such as '>', '
cMessagingEndpoint and RabbitMQ (ESB Mediation) - by ORo
Hi all, problem solved. I've tested the access with different protocols like MQTT. And it worked like a charm. That was the point as I assume that the problem wasn't Talend or RabbitMQ but the required and provided parameter. With the correct parameter in cMessaingEndpoint which must be identically to the RabbitMQ Exchange and Queue setup I can get messages via AMQP 0.9 from RabbitMQ. Kind regards ORo
Centralize Error Job - by emaduddinsyed
Thanks for your reply Shong. Would tLogCatcher capture ERROR information without introducing tDIE component ?ÃÂ Thanks for sending me the link but which variables I can use to pass ERROR information from my MAIN_JOB to ERROR JOB
Talend and UNIX - by vital_parsley
Thanks Pedro for the clarification!
mongoDB switching DB - by amarouni
This is actually not possible to do with the current MongoDB components. In the upcoming version 6.2 we'll add the option to specify a separate database for authentication.
Talend Date conversion - by shong
HiÃÂ You need to use the corresponding date pattern to parse the string "08-04-15", you can try this for example: [size=2][font=Verdana, Helvetica, Arial, sans-serif]StringHandling.LEN(out1.date)>1?(out1.date.contains("-")?[/font][/size][size=2][font=Verdana, Helvetica, Arial, sans-serif]TalendDate.parseDate("dd-MM-yy",Var.var1):[/font][/size][size=2][font=Verdana, Helvetica, Arial, sans-serif]TalendDate.parseDate("dd/MM/yy",Var.var1)):nullÃÂ [/font][/size]
CONVERT STRING TO INTEGER - by junmilsso
Hi IDEMBELE, What error does the console state when running your small test job? Also, the Integer data type cannot hold[i] decimal values[/i], only the [i]whole numbers[/i]. I think that is whats causing the error. You have to either: [list=*] [*]change input values to whole numbers; or[/*] [*]change Integer data type to float or some other similar data type that handles decimals[/*] [/list]
enable the loadFromRemoteSources switch - by xdshi
Hi R.Bharath, On which build version you got this issue? Have you already checked component references about:https://help.talend.com/display/TalendComponentsReferenceGuide61EN/tDotNETInstantiate andÃÂ https://help.talend.com/display/TalendComponentsReferenceGuide61EN/tDotNETRow? Could you please upload your job setting screenshots into forum which will be helpful for us to address your issue? Best regards Sabrina