Jacquita, > I was over there poking around a bit but could not find your updates. > Do you have a link by any chance?
I have added to the following docs: http://tinyerp.org/wiki/index.php/TinyBookEN/MEOImport > Do you by any chance know if it's possible to import new data as an > update to existing data? I made a mistake (just one among many) and > ended up with an incomplete data set. Now it looks like I'll have to > either run the import as updating sql against the database or delete the > imported data and try again. I have had much similar fun! I take a pg_dump snapshot at every stage so I can roll back. It is easy to make the db get inconsistent. Of course it is possible to do an update, but to get the data in a format that Tiny will play with could be tricky. Delete and re-import is the best option there. However, without doubt, using the XMLRPC interface is the right way to add data to Tiny. Good luck, Stuart. -- | OpusVL: IT solutions for business | W: http://www.opusvl.com | T: 0845 004 9179 | F: 0871 750 4003 _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
