Hi there,
We need to import more then 10K of documents with specific metadata into ESPO. The idea is as follows.
1) I import a csv with the metadata into the existing document entity, the csv does NOT contain the file.
2) We upload trough api the documents to the document folder
3) After that we match the files to the created document entities in the database
Is this a good idea?
How do I extend the Entity type in the import module so that I can select documenst?
Hope hearing from you!
We need to import more then 10K of documents with specific metadata into ESPO. The idea is as follows.
1) I import a csv with the metadata into the existing document entity, the csv does NOT contain the file.
2) We upload trough api the documents to the document folder
3) After that we match the files to the created document entities in the database
Is this a good idea?
How do I extend the Entity type in the import module so that I can select documenst?
Hope hearing from you!
Comment