cancel
Showing results for 
Search instead for 
Did you mean: 

Import xml file

bragosso
Champ in-the-making
Champ in-the-making
Hi,
I'm looking for a sample about bulk import.
I want to test the import function, but I haven't no documentation about the xml or acp file to pass it
I need to upload file, change them the model (done with script) and use the AMP Peter Monks wrote, but i required the XML/ACP structure.
Where to find xml/acp specification ?
Thanks to all
Michele
2 REPLIES 2

mdutoo
Champ on-the-rise
Champ on-the-rise
Hi Michele

Have a look at those provided in the Alfresco distribution, ex. tomcat/webapps/alfresco/WEB-INF/classes/alfresco/bootstrap .

Otherwise, use tools like :
ACP Generator http://forge.alfresco.com/projects/acpgenerator/
Talend ETL + Alfresco ETL Connector (though doesn't work on 3.1+) http://knowledge.openwide.fr/Main/AlfrescoETLConnector http://forge.alfresco.com/projects/etlconnector/

Regards,
Marc

pmonks
Star Contributor
Star Contributor
Please note that the bulk filesystem importer [1] doesn't use the ACP format by default.  Instead it reads files and folders directly off disk, with metadata stored in "shadow" metadata files (the exact mechanism for this is pluggable, but so far all I've had time to implement is a basic metadata loader that reads Java properties files).  More information on the properties format is available in the readme, at [2].

Cheers,
Peter

[1] http://code.google.com/p/alfresco-bulk-filesystem-import/
[2] http://code.google.com/p/alfresco-bulk-filesystem-import/source/browse/trunk/README.txt