Re: Data File Tools and Hierarchical Flat Files

2014-12-13 Thread Mike Z
Take the csv, convert it to xml, and just manually load it from the command line. Of course, order is significant. You have to load in catalog and categories prior to loading products. Each of these can be a separate xml (recommended) or you can create one gigantic xml that does it all. If

Re: Data File Tools and Hierarchical Flat Files

2014-12-13 Thread Mike
Adding more to this: This is how you load an XML file from the command line: ./ant run-install-file -Ddata-file=[XML_FILE] Can be done from a running system. On Sat, Dec 13, 2014 at 1:46 PM, Mike Z mz4whee...@gmail.com wrote: Take the csv, convert it to xml, and just manually load it from

Re: Data File Tools and Hierarchical Flat Files

2014-12-13 Thread Ron Wheeler
I have an ETL program and would be happy to work in configuring it to produce XML files suitable for OFBiz. It currently has a plug-in that produces HTML output of tables to HTML with attributes that make it easy to style with css. I need to remove the HTML prologue,HTML epilogue and the