Bulk upload listings.. any luck?

Guys, I am urgently looking for this solution to upload multiple listings through a CSV. Images could be given as URL within CSV. There had been discussion around it on this forum without any update: http://support.sharetribe.com/forums/240322-sharetribe-development-ideas/suggestions/7002313-bulk-upload-listings-users-or-categories

Did anyone crack it in open source?

This should be doable in open source, but it obviously requires some coding.

Have a look at the create and create_listing method in listings_controller.rb to see how the listings are normally created. Then have a look at the add_from_url method in listing_images_controller.rb. Next, you need to write a Ruby script that reads the CSV and creates a listing same way as ListingsController and ListingImagesController do it.

I hope this helps you forward!

I would be very interested to know if somebody has a customized Ruby script to do a bulk upload that reads CSV

1 Like

Interested. That would be great to onboard new members with large inventories.
Anyone worked on this by any chance? Could you share your experience?

Thanks!

2 Likes