I am using Dataloader to export data out of a salesforce instance.
I am having two problems.
Custom tables do not appear in the list of objects to select. Plenty of other objects do appear - and I can export them to a CSV file. But no custom tables are shown.
Some tables have custom fields which are not exported - but only certain custom fields. The Opportunity table has a ton of custom fields, the vast majority of which are exported, but some are not.
I have very little experience with salesforce, I'm simply trying to get this data out into a database to work with it.
I use data loader to export data. The application works - it will connect to, and export data from the salesforce instance, but it will not export custom tables - or some custom fields in standard tables.
I was expecting Dataloader to display all the tables, and export all the fields