Re: Using python to delta-load files into a central DB

2007-04-13 Thread Chris Nethery
ine. And, if I spawn separate processes for generating the delta files, I should be able to speed things up even more. Thanks again for your help! Best Regards, Christopher Nethery "Gabriel Genellina" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > En Thu,

Re: Using python to delta-load files into a central DB

2007-04-12 Thread Chris Nethery
values are recalculated. Did I mention that the header contains another implied hierarchy? Fortunately, I can just ignore it and strip it off. Thank you, Chris Nethery "Gabriel Genellina" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > En Thu, 12 Apr 2007 14:05:15

Using python to delta-load files into a central DB

2007-04-12 Thread Chris Nethery
the delta data. The data must be 100% reliable, so I'm leary of using something like difflib. I also want to make sure that my code scales since the number of files is ever-increasing. I would be grateful for any feedback you could provide. Thank you, Chris Nethery -- http://mail.pyt