- Issue created by @manojkumar_g
- 🇩🇪Germany mkalkbrenner 🇩🇪
There's already an incremental import based on metadata this module adds to the JSON file.
I'm using more than 3000 paragraphs of content in my instance. I have used this module to export the paragraph as a JSON file.
I don't want to compare all three 3000-paragraph JSON files every time during the import. Because this comparison takes more than 2 minutes. I try to reduce the paragraph import time to optimize the deployment. I want to import the specific JSON paragraph file using uuid.
In my instance, the paragraph content has a different paragraph ID in Dev and a different ID in Test. The Paragraph entity ID is not the same in all environments. The paragraph uuid is the same in all environments. So, I request the new feature to import the specific entity JSON files using uuid.
Active
2.1
Code
There's already an incremental import based on metadata this module adds to the JSON file.