Views:
Scenario:
When using DocXporter, you attempt to export documents contained within a specific date range.
 
Solution:
In the DocXporter defaultconfig.xml predefined location (by default, it is found in C:\ProgramData\docXporter), the DWArchivFilter must be set to iuse the following format (bolded - to highlight peramators):

<Object Name="DWArchivFilter" Type="Docuscan.DocuwareExporter.Configuration.FieldMapping">
<Item Name="EXPORTED_DATE" Value="~~[gte]~~2025-01-01~~[lte]~~2025-12-31"/>

This would include documents with an EXPORTED_DATE greater than or equal to January 1st, 2025, and less than or equal to December 31st, 2025.

Note: EXPORTED_DATE should be changed to the field you would like to filter.

This KBA is applicable to both Cloud and On-Premise systems.