function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mhomovichmhomovich 

"joined" table query in export for command line data loader

I am trying to write a command line data loader extract.  The extract gets records from a "child" object.  I have my sfdc.entity set for that "child".  My SOQL statement returns fields from that "child" as well as some select fields from the "parent".  (the relation ship is this child only has one parent.)  I tested my SOQL and it returns what I expect using the Workbench.  When my command line runs, the process only returns the "child" fields I asked for, not the "parent" ones I want too.

 

Does anyone have any ideas on what I can do?

 

Thanks for your attention!