Snippets tagged .net library

  • read CSV with .net FileHelpers library

    example to use the open source .net FileHelpers library to read a CSV ( http://filehelpers.sourceforge.net/ ). csv example with no exception error field1,field2,field3 123,123,aaa 456,123,aaa example with exception where the functions returns an empty array field1,field2,field3 123,aaa,aaa 456,123,aaa

    2 people like this

    Posted: 12 years ago by Joeri Belis