Grooper Help - Version 25.0
25.0.0024 2,166

Download CSV

Download Format GrooperReview.Pages.Search

Provides a download format for exporting search results as a CSV file, with options for flattening fields and including system or complex fields.

Remarks

DownloadCSV generates a CSV file from a set of search results, allowing customization of the output columns and structure.

  • Fields from single-instance sections can be flattened into individual columns using the ExpandFields property.
  • Multi-instance or complex fields can be included as JSON in a single column by enabling IncludeNonFields.
  • System fields (such as @search.score, TypeName, PageCount, Content, and NodeId) can be included or excluded via IncludeSystemFields.

The generated CSV will contain one row per result, with columns determined by the selected options and the structure of the search index.

Properties

NameTypeDescription
Notification