Skip to content

tyoshikawa1106/java-sfdc-bulk-api-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-sfdc-bulk-api-app

Create Properties File

###userInfo.properties

userId = <Your UserID>
password = <Your Password>
apiVersion = 34.0
authEndpoint = https://<login or test>.salesforce.com/services/Soap/u/
filePath = <Your File Path>/accounts.csv

Properties File Path

###Debug

java-sfdc-bulk-api-app
├── conf
│   └── userInfo.properties
│   └── spec.csv
├── pom.xml
├── src

###Product

java-sfdc-bulk-api-app
├── SalesforceBulkDI-1.0.0-SNAPSHOT.jar
├── conf
│   └── userInfo.properties
│   └── spec.csv
└── data
    └── accounts.csv

##Run

$ mvn spring-boot:run

##Package

$ mvn package
$ java -jar SalesforceBulkDI-1.0.0-SNAPSHOT.jar

About

Java × Salesforce Bulk API Sample Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages