Topic cluster
Import and migration
Bringing content media identities or configuration into Zotonic and reconciling it with existing data.
View topic page6 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
import_csv_data
Model to track resources imported from CSV and XLSX files.
mod_import_csv
Module which adds “import CSV” button to the admin status screen.
observe_import_csv_definition/2
Find an import definition for a CSV file by checking the filename of the to be imported file.
observe_import_resource/2
An external feed delivered a resource. First handler can import it. Return:: {ok, m_rsc:resource_id()} , {error, Reason} , or undefined
observe_rsc_import_fetch/2
Fetch the data for an import of a resource. Returns data in the format used by m_rsc_export and m_rsc_import. Either returns the JSON data, the imported resource id, or the resource id and a map with a mapping from URIs…
rsc_import
Import model for resources exported by m_rsc_export .