Re: Import persons into OfBiz

2015-08-21 Thread Andrew Dent
Thanks Mike. Yes I ended up writing a perl program to construct a xml file for input instead. I found that I only needed the id plus first and last name. I needed a party record then a person record. That seemed to be enough to get the records into ofbiz. But I will modify it to include your sugges

Re: Import persons into OfBiz

2015-08-21 Thread Mike
You need more to import a person. Here is a "simple" example using "1000" as the primary key. The "key" can be anything, including the last name, but needs to stay consistent. Order is critical. I also use "1000" as the "sub-key" to other relations, like ContactMech. If you have to import many