tSalesforceInput - always returning null value from custom object
Hi,
I am using Talend to extract data from Salesforce, but no matter what i try, when i try to pull data from a custom object, all i ever get is a null value.
I am using Talend 6.1, and the version of salesforce is 33.
I have created a simple tsalesForceInput -> tlogrow routine, but it isn't working.
In the tSalesforceInput I have the following options selected:
Module = Custom Object
Custom Object Name = "LLC_BI__Loan__c"
Manual input of SOQL query = True
Query = "select
LLC_BI__Account__c
FROM LLC_BI__Loan__c"
Please can anyone help me?