Download Extract Output from Oracle WebCenter Content
To download extracted content from Oracle WebCenter Content:
- Search for manifest files where the
DOCTITLEstarts withMANIFEST_EXTRACT_and sort the results byDOCDATEin descending order. - Download each manifest file using the
DOCID. - Parse the manifest file to identify output ZIP files and their
DOCID. - For each output file listed in the manifest:
- Download the ZIP file using the DOCID.
- Compute the SHA-256 checksum of the downloaded file.
- Verify the file content using the checksum provided in the manifest file.
- Extract the downloaded files and process the files based on their file
extension, such as
.csvor.json - After successful processing, rename the corresponding manifest file by
prefixing it with a timestamp in the format
<timestamp>_<original_manifest_file_name>.mfto avoid reprocessing. - Delete or expire the manifest file and processed files after 30 days to manage storage.