Addition to the above reply, if you have multiple files then put them in a directory and run below command
`gradlew "ofbiz --load-data dir=[path]"` On Mon, Feb 11, 2019 at 3:44 AM Blurbiness Info <[email protected]> wrote: > Dear Rajesh, > > You could use: > > gradlew "ofbiz --load-data file=foo/bar/FileNameHere.xml" > > For any doubth about ofbiz command line options, the most useful > documentation source is the ofbiz/readme.md file. > > Best regards, > > Francisco > > > El dom., 10 feb. 2019 a las 21:00, Rajesh Mallah (<[email protected] > >) > escribió: > > > Dear List , > > > > While importing data from external systems, i am creating XML files > > having content like below. > > > > DemoData.xml > > ============ > > <entity-engine-xml> > > ...... > > entity data here ... > > ...... > > </entity-engine-xml> > > > > What is the simple command that can be executed on shell to load > > the data from such files into OFBiz. > > > > > > > > > > regds > > mallah. > > > > > -- > > > *Blurbiness* > Producción multimedia para su negocio > *www.blurbiness.com* <http://www.blurbiness.com> > ---------------------------- Thanks and Regards Rohit Koushal Sr. Enterprise Software Engineer Hotwax Systems www.hotwaxsystems.com
