From cf42983584467bdde845f9aa5fa12a43379dbeb9 Mon Sep 17 00:00:00 2001 From: Puneet Gupta Date: Fri, 21 Nov 2014 17:00:36 -0800 Subject: [PATCH] change the readme layout --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 433484e..e6e5822 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,9 @@ Salesforce.com Analytics Cloud DatasetUtils is a reference implementation of the Analytics cloud External data API. -## Building DatasetUtils - git clone git@github.com: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-.jar --action --u --dataset --app --inputFile --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 git@github.com:forcedotcom/Analytics-Cloud-Dataset-Utils.git + mvn clean install