Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to print data in tlogrow but getting below error..
Exception in component tSalesforceInput_1 (datecheck)
org.talend.components.api.exception.ComponentException: UNEXPECTED_EXCEPTION
at org.talend.components.salesforce.runtime.SalesforceAvroRegistry$StringToDateConverter.convertToAvro(SalesforceAvroRegistry.java:349)
at org.talend.components.salesforce.runtime.SalesforceAvroRegistry$StringToDateConverter.convertToAvro(SalesforceAvroRegistry.java:333)
at org.talend.components.salesforce.runtime.BulkResultAdapterFactory$ResultIndexedRecord.get(BulkResultAdapterFactory.java:95)
at org.talend.codegen.enforcer.OutgoingSchemaEnforcer.get(OutgoingSchemaEnforcer.java:189)
at local_project.datecheck_0_1.datecheck.tSalesforceInput_1Process(datecheck.java:1630)
at local_project.datecheck_0_1.datecheck.runJobInTOS(datecheck.java:2690)
at local_project.datecheck_0_1.datecheck.main(datecheck.java:2539)
Caused by: java.text.ParseException: Unparseable date: "2019-03-12T10:36:46.055Z"
at java.text.DateFormat.parse(Unknown Source)
at org.talend.components.salesforce.runtime.SalesforceAvroRegistry$StringToDateConverter.convertToAvro(SalesforceAvroRegistry.java:347)
... 6 more
[statistics] disconnected
Job datecheck ended at 10:51 14/03/2019. [exit code=1]
@uganesh ,it is not error on tLogrow component,it is error in tsalesforceinput. since may i know how are you creating schema in tsalesforceinput, I suggest you to create a salesforce connection in metadata and import the object. drag that object you designer and connect to tlogrow,you should not get any error with this way.
@uganesh ,is this issue resolved? if yes pleas mark the solution,which help you.