Python to do CDC on XML files

Bob Gailer bgailer at gmail.com
Wed Mar 23 16:47:07 EDT 2016


On Mar 23, 2016 4:20 PM, "Bruce Kirk" <bruce.kirk24 at gmail.com> wrote:
>
> Does anyone know of any existing projects on how to generate a change
data capture on 2 very large xml files.
>
> The xml structures are the same, it is the data within the files that may
differ.
>
It should not be too difficult to write a program that locates the tags
delimiting each record, then compare them.



More information about the Python-list mailing list