I've got a site where I am using a CSVtoDatabase custom tag to add new records, but it doesn't allow for an update feature - are there any custom tags out there that do this (replace a record based on a specific field, or more ideally, only replace the specific contents of a few fields in that record based on the fieldnames in the CSV?
For example, if the table has 20 fields, but the UPDATE.csv only has a PartNumber field (the relationship field), DiscPrice, and Sku then the process would loop through the csv and update those fields in those records... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

