Skip to content

Commit

Permalink
change the readme layout
Browse files Browse the repository at this point in the history
  • Loading branch information
datasetutil committed Nov 22, 2014
1 parent 8abc372 commit cf42983
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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

0 comments on commit cf42983

Please sign in to comment.