You need to sign in to do that
Don't have an account?

Data Loader for MacOS Big Sur?
If your trying to run the latest DataLoader 49.0.0 on a Mac with OS 11 (Big Sur) beta it'll only show you blank windows.
This happens also with other Java Apps using older versions of the Eclipse SWT libraries (and is a known issue).
Can we expect a newer version of Data Loader using the latest Eclipsw SWT libraries in the package?
Thx - Andreas
This happens also with other Java Apps using older versions of the Eclipse SWT libraries (and is a known issue).
Can we expect a newer version of Data Loader using the latest Eclipsw SWT libraries in the package?
Thx - Andreas
And salesforce doesn't provide support to the data loader.
Yes, you can try a newer version of Data Loader using the latest Eclipse, It might help you.
I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.
Thanks.
The GitHub page directs to this forum:
https://github.com/forcedotcom/dataloader
And no I can't try a newer version because I don't have the environment set up to build it myself.
This ist not about Eclipse IDE but about Eclipse SWT libraries used in Data Loader (which is distributed by Salesforce in every Org)
Cheers - Andreas
Data loader was working fine before the update.
I've tried without sucess:
- Reinstall data loader
- Reinstall Zulu
You can comment on the issues section on Data Loader Repohttps://github.com/forcedotcom/dataloader/issues/217
https://github.com/forcedotcom/dataloader/issues/217#issuecomment-733949227
It's working for me, on Big Sur 11.0.1 not Beta
Joe Cardin
This isn't ideal but after fooling around I got it to work by: 1) Turning Dark Mode off (so Light Mode on); 2) Launching Data Loader and clicking around the white box and then bam it showed up and worked. Hopefully it will get fixed for real soon.
November 14, 2020
Thanks Joe...this worked enough for me so I can at least use Data Loader.
Alternatively, you can use:
- the free version of dataloader.io (https://dataloader.io/) (within limits) to run your data loads
- the data import wizard
- workbench (https://workbench.developerforce.com/login.php) (while this is still available - likely to retire soon from what I am hearing through the grapevine)
- IF you're working in SFDX and feel comfortable with the CLI, you can connect to an org and use these data commands (https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_data.htm) to load data.
These are all your options short of exploring the bulk API (or REST) with tools like Postman (https://developer.salesforce.com/blogs/2020/03/explore-the-salesforce-apis-with-a-postman-collection.html).