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.

...

With the following code in the my-move-list.json file, the command moves a collection from PI_Lab1 to PI_Lab2, renames the collection from Project_Orig to Project_New , and then renames a file from File_Orig to File_New:

Code Block
{
  "moveRequests": [
   {
     "sourcePath": "/Example_Archive/PI_Lab1Lab2/Project_Orig",
     "destinationPath": "/Example_Archive/PI_Lab2/Project_New"
   },
   {
     "sourcePath": "/Example_Archive/PI_Lab2/Project_New/File_Orig",
     "destinationPath": "/Example_Archive/PI_Lab2/Project_New/File_New"
   }
 ]
}

...