Bulk Item Creation
Buddywarrior
Member Posts: 62
Is there a way to bulk import items from say a csv file?
0
Comments
The toolset lets you export items and bulk import them to another module.
A moneo script will do almost anything you want (but not as easy as the toolset).
Long answer, as proleric said, moneo scripting would do it. I've never used moneo. I have a set of linux tools that will take input and generate yaml files for items which can then be converted to gff with niv's tools. They were for this exact purpose. But, they are not really portable and since your csv file is likely different from my input file there would be custom work to do. It just uses mostly shell scripting, sed, etc. to replace values in a template item yaml file. But you could do something similar. Huge time saver once you have it working...