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

Instant Grammar Checker - Correct all grammar errors and enhance your writing

Semrush - keyword research tool

Linux Foundation Training and Certification

Teach Your Child To Read

Disclosure: My content contains affiliate links.

32,307 questions

42,482 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...

 



Learn & Practice Python
with the most comprehensive set of 13 hands-on online Python courses
Start now


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

Related questions

1 answer 608 views
1 answer 163 views
1 answer 188 views
1 answer 3,035 views
1 answer 174 views
...