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
Ishmeet SodhiIshmeet Sodhi 

Has anyone been able to build or figure out on how to do an upscert from a Perl script to Salesforce via the API?

Has anyone been able to build or figure out on how to do an upscert from a Perl script to Salesforce via the API?
Ishmeet SodhiIshmeet Sodhi
Extra Information - My team and I are trying to extract data from a local Oracle database then load the the information into our Salesforce instance. We are using Perl Scripting to extract the information. We are using the following libraries in Perl for Salesforce
https://github.com/p5-salesforce/WWW-Salesforce
http://search.cpan.org/~capoeirab/WWW-Salesforce/lib/WWW/Salesforce.pm
Kees VonkKees Vonk
Did you manage to work out how to do this? I am asking because I ahve the same question.