Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Adding 1000 members


Go to End


2 Posts   1131 Views

Avatar
TerryMiddleton

Community Member, 108 Posts

25 July 2009 at 12:42pm

Edited: 26/07/2009 2:38pm

Is there a way to import into a the memebers database?

I have about 1000 new memebers (customers) that I need to import. Here's the deal.

I extended the member object to include several other fields that I'll need to import into also.

Is this even possible? I sure hope I don't have to type in 1000 member records.

Terry

7/25/2009 - Figured it out. Simple once you know (make sure you know) the database structure.

Avatar
Hamish

Community Member, 712 Posts

26 July 2009 at 8:03pm

Also, have a look at the CSVBulkImporter class - this provides a way of populating the database with values from a CSV file. I've used this successfully in the past without too much fussing around.