Re: How do I batch Load Products

2008-05-29 Thread Bruno Busco
If you think it could be a tip usefull for someone else...why not. -Bruno 2008/5/29 Jacques Le Roux [EMAIL PROTECTED]: Hi Bruno, I read it, and it's interesting. I even wonder if I would not put in the tips. Before it disappears in the depth of the ML... Jacques From: Bruno Busco [EMAIL

Re: How do I batch Load Products

2008-05-28 Thread BJ Freeman
take a look at the /framework/datafile folder http://docs.ofbiz.org/display/~jacopoc/OFBiz's+Data+File+Tools Alex Melnik sent the following on 5/27/2008 12:55 PM: Is there a way to load existing products from a legacy system without doing it manually (through webtools) or inserting it directly

Re: How do I batch Load Products

2008-05-28 Thread Alex Melnik
I think this section covers the import of the data. So let's say I can import the list of products into OFBIZ. How can I associate it to a catalogue, browsing category, etc. In other words how can I make my data play like a real product? [EMAIL PROTECTED] 5/28/2008 6:17 AM take a look at

Re: How do I batch Load Products

2008-05-28 Thread Bruno Busco
Alex, may be you did not read my mailor may be I was not so clear -Bruno 2008/5/28 Alex Melnik [EMAIL PROTECTED]: I think this section covers the import of the data. So let's say I can import the list of products into OFBIZ. How can I associate it to a catalogue, browsing category,

How do I batch Load Products

2008-05-27 Thread Alex Melnik
Is there a way to load existing products from a legacy system without doing it manually (through webtools) or inserting it directly into the database through an ETL. In other words is there a UI where I can upload a list or is there an API that I can use to write a simple JAVA driver to read from

Re: How do I batch Load Products

2008-05-27 Thread Jacques Le Roux
This could interest you http://www.nabble.com/Need-help-in-import-or-export-in-csv-and-xls-format-in-ofbiz-application.-tt17316714.html#a17320547 Jacques From: Alex Melnik [EMAIL PROTECTED] Is there a way to load existing products from a legacy system without doing it manually (through

Re: How do I batch Load Products

2008-05-27 Thread Alex Melnik
Jacques, thanks for the quick reply. It almost seems like something I could use. I pretty much need an API where I can just call insert on the catalogue and pass a product to it, or some UI type of thing shere I can map file fields to various product fiels on OFBIZ side and then just insert the

Re: How do I batch Load Products

2008-05-27 Thread Jacques Le Roux
Maybe you could have a look at the examples in applications\order\script\org\ofbiz\order\thirdparty Jacques From: Alex Melnik [EMAIL PROTECTED] Jacques, thanks for the quick reply. It almost seems like something I could use. I pretty much need an API where I can just call insert on the

Re: How do I batch Load Products

2008-05-27 Thread Bruno Busco
Hi Alex, I have done something similar to what you want to do. I try to explain how I did the job. First of all I made OFBiz able to access the legacy database defining a couple of entities and a view-entity (so called ArticoloAndGiacenza) to have all information I needed collected from various