Skip to content

Bulk Item Creation

Is there a way to bulk import items from say a csv file?

Comments

  • ProlericProleric Member Posts: 1,269
    I'm not sure exactly what you want to do.

    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).
  • meaglynmeaglyn Member Posts: 146
    Short answer, yes there is a way.

    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...
  • BuddywarriorBuddywarrior Member Posts: 62
    Perfect, thank you guys.
Sign In or Register to comment.