NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Absolutely! (Score:1)
Data import is a large part of what we do. We collect property appraisal data, tax collection data from banks.... the list goes on. There are so many reasons this lesson is valid. If nothing else, if there is a bug in the import, you don't have to go through the hassle of actually parsing the file (or whatever) again - just tweak your program code and run with it.
In our case, since we deal with a lot of numbers, if people find a problem we immediately get bitched at. It's a trivial thing to write some SQL to prove the numbers we imported were those in the file. "Go beat on the people that generated this file! See, we balance to it. It's not our problem."
Good post, Purdy
Reply to This