Import Scope
The EBC MAM function allows importing from an XML file all contained data intended to enrich video files imported through Etere Active Sync. It's worth mentioning that fields imported into Etere by this function includes the following ones:
Prerequisites
Data is imported according to the following mapping between XDChange and Etere:
EBCMAM
ETERE
Metadata tags - arquivo
Description : Filename
Metadata fields : Filmati.Inf_digit
Metadata tags - tipomaterial
Description : Asset type
Metadata fields : Filmati.tipologia
Metadata tags - data
Description : Creation date
Metadata fields : Filmati.data
Metadata tags - duracao
Description : Duration
Metadata fields : Filmati.durata
Metadata tags - descricao
Description : Title
Metadata fields : Filmati.descrizio
Metadata tags - mam_id
Description : Asset code
Metadata fields : Filmati.codice
Metadata tags - canal
Description : Station name
Metadata fields : Nil
Import with ActiveSync
In order to be imported, XML descriptive files must be valid, that it's, they must meet the following requirements:
✓The <Tecnet> tag must be the first one
✓The <servidor> tag must exist within the <Tecnet> tag
✓If the <canal> tag exists within the file, and the name of the station is present within the file , the new asset created is linked only at this station. For example:
<?xml version="1.0"?>
<tecnet>
<servidor>
<canal>NBR</canal>
<arquivo>ARQUIVONBR.mov</arquivo>
<tipomaterial>A_GRANDE_MUSICA</tipomaterial>
<data>09/11/2015</data>
<duracao>00:01:03;07</duracao>
<descricao>ARQUIVONBR</descricao>
<mam_id>165262</mam_id>
</servidor>
</tecnet>
If a descriptive file is found to be Invalid, it won't be imported.
Sample file to import
In order to be imported into Etere, the file must meet the following structure:
CABECASAUDIOMIXADO21137.xml
<?xml version="1.0"?>
<tecnet>
<servidor>
<arquivo>CABECASAUDIOMIXADO21137.mov</arquivo>
<tipomaterial>Retranca</tipomaterial>
<data>05/08/2014</data>
<duracao>00:04:02;03</duracao>
<descricao>PARATODOS 241</descricao>
<mam_id>216570</mam_id>
</servidor>
</tecnet>