Skip to content
Zotonic
  • Start
  • Guides
  • Reference
  • Releases

Live search

Search across all Zotonic content

Type at least two characters

Results are matched against titles, summaries and topics as you type.

Notifications
  • Reference
  • Backend developer
  • Export and syndication
  • Notification
  • Export

observe_export_resource_footer/2

mod_export - Fetch the footer for the export. Should cleanup the continuation state, if needed.

Type:

first

Return:

{ok, binary()} or {error, Reason}

#export_resource_footer{} properties:

  • dispatch: atom
  • id: m_rsc:resource_id()|undefined
  • content_type: binary
  • state: term

Edit on GitHub

Related documentation

Notifications

observe_export_resource_content_disposition/2

mod_export - return the {ok, Disposition} for the content disposition.

Notifications

observe_export_resource_encode/2

mod_export - Encode a single data element.

Notifications

observe_export_resource_visible/2

mod_export - Check if the resource or dispatch is visible for export.

Notifications

observe_export_resource_data/2

mod_export - fetch a row for the export, can return a list of rows, a binary, and optionally a continuation state. Where Values is [ term…

Notifications

observe_export_resource_header/2

mod_export - Fetch the header for the export.

Notifications

observe_export_resource_content_type/2

mod_export - Determine the mime type for the export.

Notifications

observe_export_resource_filename/2

mod_export - return the {ok, Filename} for the content disposition.

Models

rsc_export

Export a full resource representation for API and model access.

Notifications

observe_survey_result_columns/3

Add header columns for export. The values are the names of the answers and the text displayed above the column. The text format is for a…

GitHub © 2026 Zotonic