Silly Newbe Question

@patrick My website is http://nokilllearning.com I have multiple clients - mostly shelters and rescues. I license software (that I originally wrote in the mid 1980’s) that is now called RescueSuite. I am in the process of porting it out of older technology and moving it into (hopefully) an App that will be available for shelters and rescues in the Wix App market.

You can see the old system up and running at http://kypetsalive.org as an example. That is the site I am working in currently, but none of the new system is “live” yet (other than the online adoption application).

The existing (old) system shares data with about 200 different pet search web sites, like Petfinder and others. The issue I encountered was that I started this database using one of the export csv files that gets ftp’ed to one of the data centers.

That whole area of the system (the sending data out of the backend) is going to be another interesting part of the development. Currently it is using old ftp of csv files. I am certainly going to need to come up with some other solution in Corvid, but I am not sure what just yet.

I’m curious to see if I need to dump the data and simply re-import or if I need to dump the whole database and start from scratch in order to resolve the conflicting field name issue…