-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8abc372
commit cf42983
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,9 @@ | |
|
||
Salesforce.com Analytics Cloud DatasetUtils is a reference implementation of the Analytics cloud External data API. | ||
|
||
## Building DatasetUtils | ||
git clone [email protected]:forcedotcom/Analytics-Cloud-Dataset-Utils.git | ||
mvn clean package | ||
|
||
|
||
## Running DatasetUtils | ||
Just download the latest jar from release section (see link at the top) and follow the examples below: | ||
|
||
java -jar datasetutil-<version>.jar --action <action> --u <[email protected]> --dataset <dataset> --app <app> --inputFile <inputFile> --endpoint <endPoint> | ||
|
||
|
@@ -60,3 +57,8 @@ Input Parameter | |
|
||
## Usage Example 7: Detect inputFie encoding | ||
java -jar datasetutils-32.0.0.jar --action detectEncoding --inputFile Opportunity.csv | ||
|
||
|
||
## Building DatasetUtils | ||
git clone [email protected]:forcedotcom/Analytics-Cloud-Dataset-Utils.git | ||
mvn clean install |