Versions Compared

Key

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

...

    • Add an object owner supplied name as a prefix to the name of each file. The prefix needs to be separated from the file name by the special separator sting "-". E.g.: obj1-file1.txt is a file name that tells Batch Builder that this particular file needs to be part of object obj1.

    • Provide a mapping file mapping.txt placed in the project /_aux/template directory which maps each file to an object owner supplied name.
      Syntax: relative_file_path,file_OwnerSuppliedName,PDS_sequence number(optional),object_OwnerSuppliedName

      Example: 
      document\379129.txt,FILEOSN1,,Obj1
      document\4541102.txt,FILEOSN2,,Obj2
      document\379129.txt,FILEOSN1,,Obj1
      document\4541102.txt,FILEOSN2,,Obj2
      Image Added

      Notes on syntax: There should be no spaces between a comma "," and the next character. If an optional element value is skipped it still needs to be designated by a comma "," so that Batch Builder can associate the right value with the right element. For example, when using mapping.txt file for objects other than PDS Documents, an extra comma needs to be inserted between the FILE OSN value and Object OSN value where PDS sequence number value would be expected.

...