Hi James, Adding to Pawan's answer, you can also search reader-name="demo" in ofbiz-component.xml files https://github.com/apache/ofbiz-plugins/blob/trunk/ecommerce/ofbiz-component.xml#L30
HTH Thanks and regards, Aditya Sharma On Tue, Aug 25, 2020 at 12:03 AM Pawan Verma <[email protected]> wrote: > Hi James, > > You can find this demo data files under the data/ directory of each > component, for example, PartyDemoData.xml. > > You can also search for *DemoData.xml using your prefered IDE. > > HTH! > -- > Thanks & Regards > Pawan Verma > Technical Consultant > *HotWax Systems* > *Enterprise open source experts* > http://www.hotwaxsystems.com > > > On Mon, Aug 24, 2020 at 11:32 PM <[email protected]> wrote: > > > Where can I get demo data files? > > > > -------- Original Message -------- > > Subject: Re: System Set Up - Data Upload > > From: Pritam Kute <[email protected]> > > Date: Sun, August 23, 2020 9:05 pm > > To: [email protected] > > > > Hello James, > > > > For directly uploading data to the database, you can use the XML data > > uploader tool at the backend. > > > > https://localhost:8443/webtools/control/EntityImport > > > > You need to prepare data in XML format and then upload it using this > > tool. > > For preparing XML data files, you can refer to demo data files in OFBiz. > > > > Kind Regards, > > -- > > Pritam Kute > > > > > > On Sun, Aug 23, 2020 at 7:28 PM <[email protected]> wrote: > > > > > Team - After reviewing the import feature of Ofbiz it seems to be > > > lacking when it comes to data upload. How are some of you uploading > > > data like Pricing, Agreements, Detail Product Information, Starting > > > inventory quantities, product categories, customer classifications, > etc. > > > Has any developed any templates? Can some of these be uploaded > > > directly to the database? > > > > > > Thanks, > > > > > > James > > > > > >
