Good Day FME'ers,
I am having trouble writing to SalesForce. I understand the FME writes the features out to temporary CSV file before using the SalesForce Bulk API to load the data. The problem I am having is FME is dropping fields when writing the CSV file. Particularity, FME is dropping an ID field which is required in the SalesForce App. This ID field is Master-Detail data type (1:n parent-child relationship) and it set to read/write.
What's frustrating is, if I export the records as a CSV field then upload them manually, it works fine. The log file and help are rather useless too.
Thanks,
David