-
This would require developing (or completing) a TS Client.
This is a follow-up on #81.
-
### What is the bug?
When performing multiple bulk imports with the same client object, the size of the client object will increase each time
### How can one reproduce the bug?
build a String tha…
-
I'm getting the following error when executing the BulkImport stored procedure code. I've gone through several iterations. I copied a stack overflow with the same issue unresolved. It appears the st…
-
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) …
-
I used apoc.export.csv.all() to export the graph data to local CSV files, but I found the data format discrepancy with and without using the option bulkImport: true. When not using bulkImport: true, t…
-
Bonjour,
Nous essayons d'importer par héritage de la class TouristicEventApidaeParser, des animations d'Apidae.
Création de la class AnimationParser dans bulkimport/parser.py :
> class An…
-
Here is code for reference
```
class Bulkable(model.Model):
"""Uploadable data that can be modified
"""
imported_from = models.ForeignKey(
BulkImport,
blank=True,
…
-
**Describe the bug**
Thumbnails aren't created when uploading image files to a new item. File are stored in Wasabi. When trying to recreate them using EasyAdmin, it complains that the files do not ex…
-
When trying to use the function `Collections.bulkImport_json` to upload a JSON structure built from **pytest-json-report**, I continually receive
> Traceback (most recent call last):
> File "", …
-
Hello,
I'm using the stored procedure `bulkImport.js` to import `C#` collection of objects I've just created (in the thousands). If I use the following, I get a different number of documents inser…