Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.

Contact: aviboots(AT)netvision.net.il

Buy a domain name - Register cheap domain names from $0.99 - Namecheap

Scalable Hosting That Grows With You

Secure & Reliable Web Hosting, Free Domain, Free SSL, 1-Click WordPress Install, Expert 24/7 Support

Semrush - keyword research tool

Boost your online presence with premium web hosting and servers

Disclosure: My content contains affiliate links.

39,652 questions

51,529 answers

573 users

How to import/export data from fixed length or delimited records in files, strings or streams in C#

1 Answer

0 votes

The FileHelpers are a free and easy to use .NET library to import/export data from fixed length or delimited records in files, strings or streams.

The idea is pretty simple:

You can strong type your flat file (fixed or delimited) simply describing a class that maps to each record and later read/write your file as an strong typed .NET array.

Check the FileHelpers library.

 

live long and coding...

 



answered Mar 20, 2015 by avibootz
edited Mar 22, 2015 by avibootz

Related questions

1 answer 741 views
1 answer 241 views
1 answer 306 views
1 answer 6,032 views
1 answer 420 views
1 answer 85 views
1 answer 108 views
...