How Can We Help?
Student Thesis Bulk Upload of Files or PDFsStudent Thesis Bulk Upload of Files or PDFs
What
You can bulk upload Student theses to Pure using the bulk import feature and import an XML file. Besides the metadata contained in the XML you can also add Document information which allows you to upload any files like PDFs to the Pure storage.
How
In order to prepare the XML for file upload you need the following information:
<v1:documents> <v1:studentThesisDocuments id="document1"> <v1:fileLocation>file://C:/tmp/test.pdf</v1:fileLocation> <v1:type>thesis</v1:type> <v1:mimeType>application/pdf</v1:mimeType> <v1:title>My title of the file</v1:title> <v1:fileName>My file name</v1:fileName> <v1:visibility>Public</v1:visibility> </v1:studentThesisDocuments> </v1:documents>
Note: fileLocation refers to the location where Pure can read the file from. Must be prefixed with protocol - either http or https. Https is only supported, if the remote server uses a trusted certificate. If the remote server uses a self-signed certificate, the JVM running Pure will need an updated keystore. (Excerpt from Student thesis XSD).
The full XSD documentation and XML examples can be found in Administrator > Bulk import > Student thesis
More information
Note: Some of this information is for internal use only and might not be accessible.
Updated at July 27, 2024