Bruce Kirk 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.
>
> I need to take a XML file from yesterday and compare it to the XML file
On Thu, Mar 24, 2016 at 10:57 AM, Bruce Kirk wrote:
> I agree, the challenge is the volume of the data to compare is 13. Million
> records. So it needs to be very fast
13M records is a good lot. To what extent can the data change? You may
find it easiest to do some sort of conversion to text, th
I agree, the challenge is the volume of the data to compare is 13. Million
records. So it needs to be very fast
Sent from my iPad
> On Mar 23, 2016, at 4:47 PM, Bob Gailer wrote:
>
>
> On Mar 23, 2016 4:20 PM, "Bruce Kirk" wrote:
> >
> > Does anyone know of any existing projects on how to ge
On Mar 23, 2016 4:20 PM, "Bruce Kirk" 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 t