<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://all.docs.genesys.com/index.php?action=history&amp;feed=atom&amp;title=UDM%2FCurrent%2FAdmin%2FExportDataFiles</id>
	<title>UDM/Current/Admin/ExportDataFiles - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://all.docs.genesys.com/index.php?action=history&amp;feed=atom&amp;title=UDM%2FCurrent%2FAdmin%2FExportDataFiles"/>
	<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=UDM/Current/Admin/ExportDataFiles&amp;action=history"/>
	<updated>2026-05-17T01:33:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://all.docs.genesys.com/index.php?title=UDM/Current/Admin/ExportDataFiles&amp;diff=115916&amp;oldid=prev</id>
		<title>Xavier: Published</title>
		<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=UDM/Current/Admin/ExportDataFiles&amp;diff=115916&amp;oldid=prev"/>
		<updated>2022-02-10T11:49:55Z</updated>

		<summary type="html">&lt;p&gt;Published&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Article&lt;br /&gt;
|Standalone=No&lt;br /&gt;
|DisplayName=Exporting Data Files&lt;br /&gt;
|Context=From the '''Export''' menu, you can review and access your exported data files.&lt;br /&gt;
|ComingSoon=No&lt;br /&gt;
|Section={{Section&lt;br /&gt;
|alignment=Vertical&lt;br /&gt;
|structuredtext=The '''History''' page shows a list of active and completed export jobs, with details such as the data source, job type, the current status of the job, when the job started, and the resulting file name. You can use the column headers to select, sort, or filter the files in the list.&lt;br /&gt;
&lt;br /&gt;
For jobs with a status of '''In Progress''', a progress bar indicates that the data export is currently active. If you hover your mouse over the bar, it will show you the estimated remaining time for the job to complete.&lt;br /&gt;
&lt;br /&gt;
From this page, you can select a job and use the buttons to view additional details about the job, delete the job, clone that particular instance of the job, or locate the related file(s) on the ''Artifacts''' page.&lt;br /&gt;
&lt;br /&gt;
[[file:udm_history_page.png]]&lt;br /&gt;
|Status=No&lt;br /&gt;
}}{{Section&lt;br /&gt;
|sectionHeading=View the history for a job&lt;br /&gt;
|alignment=Horizontal&lt;br /&gt;
|Media=Image&lt;br /&gt;
|image=udm_job_history_details.png&lt;br /&gt;
|structuredtext=Select a job and click the info button to display detailed information about the job.&lt;br /&gt;
|Status=No&lt;br /&gt;
}}{{Section&lt;br /&gt;
|sectionHeading=View artifacts and download them&lt;br /&gt;
|alignment=Vertical&lt;br /&gt;
|structuredtext=The '''Artifacts''' page shows the exported data files that are available for download. You can see additional details about each file, such as the data type, when it was created, and how many days are remaining in the 30-day storage limit. You can use the column headers to select, sort, or filter the files in the list.&lt;br /&gt;
&lt;br /&gt;
From this page, you can select a file(s) and then use the buttons to '''download''' or '''delete''' the selected file(s). You can select up to a maximum of 100 files, but note that each download opens in a separate browser window. Depending on your browser settings, you might need to disable any pop-up blockers.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can also download a single file by clicking its download icon ([[file:CDDS_ui_download_icon.png]]). This sends the file directly to your specified download location.&lt;br /&gt;
&lt;br /&gt;
[[file:udm_export_artifacts_page.png]]&lt;br /&gt;
&lt;br /&gt;
{{NoteFormat|Files are stored for a maximum of 30 days. When the '''Remaining Days''' value reaches zero (0), the file is removed from storage and no longer available for download.}}&lt;br /&gt;
|Status=No&lt;br /&gt;
}}{{Section&lt;br /&gt;
|sectionHeading=Download split files&lt;br /&gt;
|alignment=Vertical&lt;br /&gt;
|structuredtext=If a job was set up using the '''File Split Size''' option, you must download all of the files associated with that job before extracting the data. &lt;br /&gt;
&lt;br /&gt;
You can tell if a file belongs to a split job by the filename &amp;amp;mdash; it will indicate that the file is part of a numbered set. For example, '''export-2b710a2c-0e7f-4918-983c-c02d108eaeb0.z12.smime''' indicates that this file is part 12 of a compressed data file. &lt;br /&gt;
&lt;br /&gt;
When you have downloaded all of the split files for a job, you just need to initiate the extraction for one of the files. The extraction utility will automatically locate and extract the other pieces that belong to the data file.&lt;br /&gt;
|Status=No&lt;br /&gt;
}}{{Section&lt;br /&gt;
|sectionHeading=Decrypt downloaded data files&lt;br /&gt;
|alignment=Vertical&lt;br /&gt;
|structuredtext=To obtain exported data files, you must have a {{Link-SomewhereInThisVersion|manual=Admin|topic=CertificatesManagement|display text=valid encryption certificate}}. During the generation of data files, the original files are zip-compressed and packaged in an S/MIME message with an enveloped-data content type that is encrypted using the public key of the certificate you provided. Once you download the data files, you can decrypt them by using the private key associated with the certificate.&lt;br /&gt;
&lt;br /&gt;
You can use OpenSSL to decrypt your data export files. You can download the software by following the instructions {{#Widget:ExtLink|link=https://www.openssl.org/|displaytext=here}}. If you are working with Windows, the OpenSSL binaries can be downloaded {{#Widget:ExtLink|link=https://wiki.openssl.org/index.php/Binaries|displaytext=here}}.&lt;br /&gt;
&lt;br /&gt;
To decrypt a downloaded data file, use the following OpenSSL command:&amp;lt;pre&amp;gt;openssl smime -decrypt -binary -inkey &amp;lt;private_key_file&amp;gt;.key -in &amp;lt;encrypted_file&amp;gt;.zip.smime -out &amp;lt;output_file&amp;gt;.zip&amp;lt;/pre&amp;gt;where:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;encrypted_file&amp;gt;&amp;lt;/code&amp;gt; is the file to be decrypted&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;private_key_file&amp;gt;&amp;lt;/code&amp;gt; is the private key you used to initially configure file encryption, so that the exported files can be decrypted&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;output_file&amp;gt;&amp;lt;/code&amp;gt; is the file that would be written after decryption&lt;br /&gt;
&lt;br /&gt;
After the file is decrypted, you can extract the contents of the zip file. Typically, the extracted files and folders are arranged in a hierarchical structure.&lt;br /&gt;
&lt;br /&gt;
For more information about the formats and schemas used for data export files, see the {{Link-SomewhereInThisVersion|manual=Admin|topic=DataFormats}} page.&lt;br /&gt;
&lt;br /&gt;
If you want to decrypt your data files using a Java program, you can leverage code from {{#Widget:ExtLink|link=https://github.com/GenesysPureEngage/data-download-client-java|displaytext=this repository}}.&lt;br /&gt;
|Status=No&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Xavier</name></author>
		
	</entry>
</feed>