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
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].