Robert, Please take a look at ImportProductServices.productImportFromSpreadsheet It will give you general idea how you can achieve this. For overall functionality to address your requirement you will need to add custom code to do so.
How can you do this, example exists in OFBiz and for addressing your requirement you will need customization. Code sample uses the apache.poi.poifs and apache.poi.hssf package to do so. Hope it helps! -- Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Thu, Mar 28, 2013 at 12:03 PM, Harsha Chadhar <[email protected]>wrote: > Hi Robert, > There is a service named importAddressMatchMapCsv in > PartyServices.java, which can be referred for customization in order to > import data into OFBiz database in CSV format. You can also import data > from Excel spreadsheet using service productImportFromSpreadsheet in > ImportProductService.java. > > > Thanks : > Harsha Chadhar > > > > > From: > "Robert G." <[email protected]> > To: > [email protected] > Date: > 26-03-2013 21:57 > Subject: > Import Export CSV Files for products > > > > Hey guys, > > I found a few threads concerning this topic, but they all are a bit older. > So I am wondering if there are functionalities allready added to this > topic, > that I do not create these twice. > * > My requirement:* > /Import:/ > I get CSV files from my supplier's including all products, prices etc. Now > I > want to bring these products into the ofbiz system, prefered automated > (with > a service which runs every night). > > /Export:/ > I need to export product information into csv files to provide these to > several search engine provider just as shopping.com, nextag etc. These > files > have to include the Url, product name and description, price, stock level > etc. > > How do you handle these tasks? Cause I believe these ones almost every > trading company has to fullfill. > > Kindly > > Robert > > > > -- > View this message in context: > > http://ofbiz.135035.n4.nabble.com/Import-Export-CSV-Files-for-products-tp4640128.html > > Sent from the OFBiz - User mailing list archive at Nabble.com. > > > =====-----=====-----===== > Notice: The information contained in this e-mail > message and/or attachments to it may contain > confidential or privileged information. If you are > not the intended recipient, any dissemination, use, > review, distribution, printing or copying of the > information contained in this e-mail message > and/or attachments to it are strictly prohibited. If > you have received this communication in error, > please notify us by reply e-mail or telephone and > immediately and permanently delete the message > and any attachments. Thank you > > >
