Revision: | 1.1 |
Committed: | Thu Dec 14 20:36:07 2006 UTC (18 years, 5 months ago) by sekhri |
Content type: | application/x-sh |
Branch: | MAIN |
Log Message: | Dataset export import api implemented |
# | User | Rev | Content |
---|---|---|---|
1 | sekhri | 1.1 | echo "set the debug mode to false in DBSContants for this script to work properly" |
2 | echo "Fetching dataset contents .. " | ||
3 | out=`./cli.sh api=listDatasetContents path=/aThis_is_a_test_prim/aThis_is_a_test_tier/aCHILD_This_is_a_test_processed block_name="/test/abcest#92357b24-c458-4649-b61e-655939533659"` | ||
4 | echo "$out" | ||
5 | echo "Inserting dataset contents .." | ||
6 | ./cli.sh api=insertDatasetContents "xmlinput=$out" |