Upload multiple files to SDL.

Inputs

  • File

    • Files (list of objects): A list of file objects to upload to SDL. Each file object should come in the form of {"File Name": "<FILE NAME WITH EXTENSION>", "File Content": "<FILE CONTENT ID>"}.

          Example: [{
              "File Name": "translateMe.txt",
              "File Content": "j3k9d-c82dw-a2j456-oovpr2-m2fiqp-fo31l"
          }]
    • Project Option (dropdown): Dynamically generated list of project options.

Outputs

  • Output
    • Files (list of objects)
      • FileId (string): File identifier.
      • FileName (string): Name of the file.
      • IsTranslatable (boolean): Value indicating whether this instance is translatable.
      • IsReference (boolean): Value indicating whether this instance is reference.
      • UnsupportedFilesInArchive (boolean): Value indicating whether there are unsupported files in the archive.
      • ArchiveIsPasswordProtected (boolean): Value indicating whether the archive is encrypted.
      • ArchiveIsUnsupported (boolean): Value indicating whether the archive type is supported.
      • UnsupportedAreReference (boolean): Value indicating whether unsupported files in the archive will be handled as reference files.
      • ProviderName (string): Provider name.
      • WordCount (number): Word count.
      • UploadComplete (boolean): Value indicating whether the file upload has been successfully completed.