Re: Import data?

2010-05-19 Thread BJ Freeman
there are examples of imports and different ways. there is one that uses comma delimited files through PIO then there is the datafile import. you can then schedule the service to check a folder then import what it finds and either move the file or change the extensions to something like DONE. ==

Re: Import Data

2008-03-21 Thread Ritz123
Sure. Please do. jacques.le.roux wrote: > > From: "Ritz123" <[EMAIL PROTECTED]> >> I have mentioned a few things that I learned and thought would be useful >> to >> others about Ofbiz entities and in general at ritesht.blogspot.com >> >> Hope that helps. > > If you agree, I will review and

Re: Import Data

2008-03-21 Thread Jacques Le Roux
From: "Ritz123" <[EMAIL PROTECTED]> I have mentioned a few things that I learned and thought would be useful to others about Ofbiz entities and in general at ritesht.blogspot.com Hope that helps. If you agree, I will review and put a link from http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-

Re: Import Data

2008-03-20 Thread Ritz123
For Data Import, you need to understand the entity relationships (data model) both of the original application as well as Ofbiz. Demo*.xml files as well as the book and online resources will help you understand the ofbiz data model. Once you do that, there are couple of options that I went with to

Re: Import Data

2008-03-17 Thread Mridul Pathak
ip > > > > -Original Message- > > From: Brajesh Patel [mailto:[EMAIL PROTECTED] > > Sent: Sunday, March 16, 2008 11:08 PM > > To: user@ofbiz.apache.org > > Subject: Re: Import Data > > > > > > hi Grahame, > > > > In web

Re: Import Data

2008-03-17 Thread Grahame Jordan
mailto:[EMAIL PROTECTED] Sent: Sunday, March 16, 2008 11:08 PM To: user@ofbiz.apache.org Subject: Re: Import Data hi Grahame, In web tools there's a section for Entity XML Tools for importing and exporting data from files. For importing data from files you can use "XML Data Impo

RE: Import Data

2008-03-17 Thread [EMAIL PROTECTED]
to do. For a one off, I think the Access tools are a better choice. Quickbooks has a developers toolset that can help you. Skip -Original Message- From: Brajesh Patel [mailto:[EMAIL PROTECTED] Sent: Sunday, March 16, 2008 11:08 PM To: user@ofbiz.apache.org Subject: Re: Import Data hi

Re: Import Data

2008-03-16 Thread Brajesh Patel
hi Grahame, In web tools there's a section for Entity XML Tools for importing and exporting data from files. For importing data from files you can use "XML Data Import" option. Here you'll have to specify the absolute path of the data file and check the options as per your requirements (we'v