Import large number of posters

Hi. I’m managing a conference that stored all of their poster entries in a JSON file. Is there a way to import this into the indico timeline?

In 2.1 you will be able to import contributions from a CSV file; in 2.0 there’s no such feature but it wouldn’t be too hard to write a small script to paste into indico shell to import contributions from a JSON file.

You can check the code used for the CSV import here in case you want to go for this and need some ideas which functions to call:

1 Like