Forums / Setup & design / dump more than 1500+ records to a content class
Softriva .com
Sunday 04 March 2007 8:32:31 pm
Hello,
I have a class as follows:
class: phonebook Attribute: fname (text) Attribute: lname (xml block) Attribute: pic (object-relation-image) . . ...
How can I dump 1500+ records to this class. I really don't want to type these records again.
Heath
Sunday 04 March 2007 9:49:49 pm
I had great success using the csvexport extension with a similar project.<i>http://pubsvn.ez.no/community/trunk/extension/csvexport/</i>
Brookins Consulting | http://brookinsconsulting.com/ Certified | http://auth.ez.no/certification/verify/380350 Solutions | http://projects.ez.no/users/community/brookins_consulting eZpedia community documentation project | http://ezpedia.org
philippe G
Wednesday 11 April 2007 7:07:21 am
you can import your records with use this extension : http://zev.ez.no/svn/extensions/csv/ You have to export first your 1500 records in csv format and after use this extension to add them in your ez site. You just have to configure correctly it and it's work very well ! If you want have more information about his extension, look at this post : http://ez.no/content/view/full/84161