Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
Hi!

I am planning on importing a bunch of stuff on my clients website.
The thing is, there's repeatable regions in the page template.
I have used the CSV importer before, but with only 1 value in each cells/fields in the CSV file.

How does it work here? Can I just seperate the data with a dash, a comma, or something like that inside 1 cell?

I'm having hard time explaining my issue. Here's an example:
Let's say this is my repeatable region code:

Code: Select all
<cms:repeatable name='my_multiple_images' >
    <cms:editable type='image' name='my_image' label='Photo' />
</cms:repeatable>


If one of the import is having 3 images, how would this be displayed in the CSV file?

If that's not possible via the CSV importer module, how would that be possible?

Thanks!
I am terribly sorry but, as of now, there is no way to import data into repeatable-regions (except, of course, using a SQL dump)..
Oh I see!
Do you know or have a sample of how this could be done via SQL dump?
I have looked at the database in PHPMYADMIN and I'm having hard time finding where is the data from these regions.

Thanks KK
Sorry I wasn't clear in my last point. By SQL dump, I meant the usual procedure where we move an entire site from one location to another - it won't be any help in exporting only selected fields the way you require, I am afraid.
Ok no problem. I guess I'll have to put a bunch of text fields inside a tab, and working with conditions to display the data.
Still I think that would be a great addition to the CSV Importer module :)

Thanks for your time KK
5 posts Page 1 of 1
cron