NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, consider the following command:

Code Block
dm_rename “my/cygdrive/c/Users/JaneDoe/my-move-list.json”json

With the following code in the my-move-list.json file, the command moves and renames a collection and a file:

Code Block
{
  "moveRequests": [
   {
     "sourcePath": "/TESTExample_Archive/PI_Lab1/Project_Orig",
     "destinationPath": "/TESTExample_Archive/PI_Lab2/Project_New"
   },
   {
     "sourcePath": "/TESTExample_Archive/PI_Lab1/Project_Name1/File_Orig",
     "destinationPath": "/TESTExample_Archive/PI_Lab2/Project_Name2/File_New"
   }
 ]
}