Import xml file
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2010 10:21 AM
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
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
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2010 02:25 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2010 02:17 AM
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
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
