Groups | Blog | Home
all groups > dotnet general > december 2006 >

dotnet general : Verify CSV file



dotnet
12/6/2006 11:25:45 AM
Is there a way to validate if a CSV file is Valid in dotnet?

Any direction is appriciate it.
Ray Cassick
12/6/2006 8:16:52 PM
Being able to 'validate' a CSV file depends all on knowing the layout, or
schema, of what format you are expecting and then following that to judge if
the file is valid. It is not simple since the CVS file format has no real
consistent schema definition format like you can do with XML.


[quoted text, click to view]

AddThis Social Bookmark Button