Hi,
We have image data for 22 million records in Documentum.
Need to export values of 2 columns to a CSV file. The query looks like below.
SELECT object_name, r_object_id
FROM dm_document
WHERE folder('/GBSCaptivaAPV/MicroScan')
ENABLE
(UNCOMMITED_READ)
What is the best and fast way to export results of this query to a CSV file?
We have DqMan installed.
Appreciate your help!
Thank You.