ofbiz already had csv support. it is a simple thing. look at component://product/widget/facility/FacilityScreens.xml#InventoryItemTotalsExport
there are a couple of other examples the Datafile module also deals with csv. Sam Hamilton sent the following on 7/2/2011 10:01 PM: > Hi, > > A while back I had a module coded that uploads products to TheFind.com much > like the Google Base application - I would like to give the code back to the > project but I think that the jar to make the CSV file (javacsv.jar) is GNU > Library or LGPL. > > I don't understand java enough to swap out the jar and replace it with > something Apache license compatible so if anyone fancies helping out so we > can get this code into the project I would be very grateful. > > I have stuck the code here - https://github.com/samhamilton/ofbiz-thefind > > Thanks in advance. > Sam > > >
