Integrating Legacy and Web Specific Data
I’m working on an interesting project right now where we need to handle a mixture of legacy data from a small accounting system and web specific data that needs to be added to some products using a web based admin. This post looks at a possible approach to the problem. Got any better ideas?! . . .



Yeah. that's where I'd like to go, but my clients don't have the resources in house to generate such feeds! All they know is what is in the accounting package now - not when changes were made. We both know it isn't that hard to write a logging tool that logs changes, but it is more than they are up for and I don't know the API for their package (or want to learn it), so I just have to have a system capable of taking a full upload and discerning any changes automatically. It isn't actually that bad as long as the number of records isn't crazy and most of my clients have thousands rather than millions of records, so performance isn't too much of an issue.
I'm going to support the two feeds, but also add a layer capable of generating them from a complete update file that I'll just drop in an Import table and query against.
http://www.pbell.com/index.cfm/2006/11/15/Insert-v...
Thanks again for the comments!