You are viewing limited content. For full access, please sign in.

Question

Question

Exporting Documents and Metadata using the SDK

asked on September 25, 2015

Hi,

I'm looking for the recommended way to export document(s) metadata into a usable format (CSV, XML or similar) using the SDK.

Kind regards,

Ronald

0 0

Answer

SELECTED ANSWER
replied on September 25, 2015

You can create an EntryListing object, the exact type of which depends on if you are running a search, listing folder contents, etc.  You can tell it which pieces of data you want by specifying which columns to load, like SystemColumn.DisplayName.  You loop through the results and read the columns.  Formatting as CSV or XML is up to you.

1 0
replied on September 25, 2015

The last section of the presentation for ACI253 (Advanced Search Syntax) has some code snippets for SearchResultListing if you are getting this list by searching.

0 0

Replies

replied on September 25, 2015

Thanks, Brian.

I was hoping there would be build in functionality for this but your reply has helped me.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.