Validating Data Extracted from Files

Ari King ari.brandeis.king at gmail.com
Mon Jun 30 19:40:07 EDT 2014


Hi,

I'm sourcing data from multiple excel files (workbooks) each with multiple worksheets. Prior to persisting the aggregated data, I want to validate it. I was thinking of creating classes to hold the data and validate type and content via methods. I'd appreciate feedback on this approach, suggestions on possibly better alternatives, and if there are existing libraries that provide this functionality. Thanks.

Best,
Ari 



More information about the Python-list mailing list