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 <[hidden email]> 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 > |
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 <[hidden email]> wrote: > Where can I get demo data files? > > -------- Original Message -------- > Subject: Re: System Set Up - Data Upload > From: Pritam Kute <[hidden email]> > Date: Sun, August 23, 2020 9:05 pm > To: [hidden email] > > 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 <[hidden email]> 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 > > > |
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 <[hidden email]> 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 <[hidden email]> wrote: > > > Where can I get demo data files? > > > > -------- Original Message -------- > > Subject: Re: System Set Up - Data Upload > > From: Pritam Kute <[hidden email]> > > Date: Sun, August 23, 2020 9:05 pm > > To: [hidden email] > > > > 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 <[hidden email]> 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 > > > > > > |
I think it will be a good idea to define use scenario specific data import
/ export strategy and also build templates to quickly implement systems. Many of us use OFBiz as 1) eCommerce platform, 2) OMS 3) Customer data platform 4) PIM 5) Manufacturing / production execution system. We can very put together necessary artifacts in the community. Thanks and Regards Anil Patel COO HotWax Systems http://www.hotwaxsystems.com Cell: + 1 509 398 3120 On Tue, Aug 25, 2020 at 10:28 AM Aditya Sharma <[hidden email]> wrote: > 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 < > [hidden email]> > 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 <[hidden email]> wrote: > > > > > Where can I get demo data files? > > > > > > -------- Original Message -------- > > > Subject: Re: System Set Up - Data Upload > > > From: Pritam Kute <[hidden email]> > > > Date: Sun, August 23, 2020 9:05 pm > > > To: [hidden email] > > > > > > 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 <[hidden email]> 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 > > > > > > > > > > |
+1.
Best Regards, -- Rishi Solanki *CTO, Mindpath Technology* Intelligent Solutions cell: +91-98932-87847 LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/> On Tue, Aug 25, 2020 at 11:31 AM Anil Patel <[hidden email]> wrote: > I think it will be a good idea to define use scenario specific data import > / export strategy and also build templates to quickly implement systems. > > Many of us use OFBiz as > 1) eCommerce platform, > 2) OMS > 3) Customer data platform > 4) PIM > 5) Manufacturing / production execution system. > > We can very put together necessary artifacts in the community. > > > Thanks and Regards > Anil Patel > COO > HotWax Systems > http://www.hotwaxsystems.com > Cell: + 1 509 398 3120 > > > On Tue, Aug 25, 2020 at 10:28 AM Aditya Sharma <[hidden email]> > wrote: > > > 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 < > > [hidden email]> > > 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 <[hidden email]> wrote: > > > > > > > Where can I get demo data files? > > > > > > > > -------- Original Message -------- > > > > Subject: Re: System Set Up - Data Upload > > > > From: Pritam Kute <[hidden email]> > > > > Date: Sun, August 23, 2020 9:05 pm > > > > To: [hidden email] > > > > > > > > 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 <[hidden email]> 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 > > > > > > > > > > > > > > > |
Free forum by Nabble | Edit this page |