Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
It seems that's this problem isn't resolved at all. I have it too...
The query is like this : "Select Id, CustomField__c FROM Account Where CustomField__c !=null"
The number of lines is correct, the query works perfectly with the application Force.com but with Talend, the field CustomField__c is always Null.
I've found on https://help.talend.com/reader/_YDfvfhmdBzbX9dWMenklg/Lv~Pqm4u2XWOeTfUjL1xMA that there are tSalesforceInput Limitations when "the field with the underscore character '_' in its name"
But what can I do have the values, then ?
Hi!
I have same issue with these query, Fecha_de_Nacimiento_c field is always returning null.
"SELECT CaseNumber,
CreatedDate,
Origin,
Tipo_de_consulta__c,
Reason,
Submotivo_de_la_consulta__c,
Status,
ClosedDate,
Envio_masivo__c,
N_de_Afiliado__c,
Account.Fecha_de_Nacimiento__c,
OwnerId
FROM Case"
What am I doing wrong? I know the query is correct because I have tried directly against SalesForce with correct results.
Thanks in advance
Hi! I have just resolved the mistake. It was an schema issue. I was mapping an incorrect column name from SalesForce. Attached the correct schema.