- import_csv_definition
-
Find an import definition for a CSV file by checking the filename of the to be imported file.
- import_resource
-
An external feed delivered a resource. First handler can import it.
Return:: {ok, m_rsc:resource_id()} , {error, Reason} , or undefined
- export_resource_content_disposition
-
mod_export - return the {ok, Disposition} for the content disposition.
- export_resource_content_type
-
mod_export -
- export_resource_data
-
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() ], i.e. a list of…
- export_resource_encode
-
mod_export - Encode a single data element.
- export_resource_filename
-
mod_export - return the {ok, Filename} for the content disposition.
- export_resource_footer
-
mod_export - Fetch the footer for the export. Should cleanup the continuation state, if needed.
- export_resource_header
-
mod_export - Fetch the header for the export.
- export_resource_visible
-
mod_export - Check if the resource or dispatch is visible for export.
E-mail notifications
Notifications
Media notifications
Referred by
mod_export
Provides a generic framework to export resources.