alfresco-bulk-import
alfresco-bulk-import copied to clipboard
Alfresco Bulk Import Tool v2.x - for Alfresco v5.0 and up
## Bug Report ### Steps to Reproduce: Using Alfresco version 6.2 or newer there is a new Class (**ContentPropertyRestrictionInterceptor**) that prevents setting Content Property Content Data directly using the Node...
Hi Peter, I needed this thing working on Alfresco 6 and it looks like I succeeded. As you point out, version in `module.properties` requires a bump. Other than that, jackson...
Description of Problem: When a document is imported, alfresco checks if the "sys:node-uuid" metadata is present and if it's the case, it creates the new document's nodeRef using the uuid...
### Description of Problem: The [developer documentation](https://github.com/pmonks/alfresco-bulk-import/wiki/Developers) is woefully incomplete.
We Created two Source Folders with around 250 files and tried to Import the two Source Folders to two different target Folders in Alfresco.But,While Importing the Files both at the...
Migrated from https://code.google.com/p/alfresco-bulk-filesystem-import/issues/detail?id=62 Need to add support for metadata properties of type d:content. Note to self: this isn't as trivial as it sounds, at least if "reads during write transactions"...
Migrated from https://code.google.com/p/alfresco-bulk-filesystem-import/issues/detail?id=85 Currently the tool ignores the version numbers that appear on disk (with one exception - see below) and instead starts the version history at 1.0 and increments...
Currently the tool imports folders serially, in a first phase of import (this allows files to be efficiently batched in the second phase, without having to worry about parent folders...
Added code to allow for per-property separators, using a specialized property name like "separator:${propertyName}". This allows for more fine-grained control of the separator character to be used with each property...
When I try to import into an RM site I get access denied exception. 2015-07-17 15:25:51,448 INFO [org.alfresco.extension.bulkimport.impl.Scanner] [BulkImport-Scanner] BULKIMPORT: Import (streaming) started from Default. 2015-07-17 15:25:51,550 DEBUG [org.alfresco.extension.bulkimport.impl.BatchImporterImpl] [BulkImport-Scanner]...