validation - What's a good language for validating CSV files? -


What is a good language to validate CSV files?

Edit : Yes I'm excusing myself to learn a new language, often files have extra blank rows or fields, or fields are too long. Currently I am using VBA script in Excel, but I want to try some other languages.

One you already know, unless you look for excuses to learn a new language In this situation, I will suggest a dragon. Python has an built-in CSV module, which can be useful if you are validating data and not just formatting.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -