Top "Filehelpers" questions

FileHelpers is a .net utility library to help applications manage flat file input and output.

Column headers in CSV using fileHelpers library?

Is there a built-in field attribute in the FileHelper library which will add a header row in the final generated …

c# csv filehelpers
How to export large SQL Server table into a CSV file using the FileHelpers library?

I'm looking to export a large SQL Server table into a CSV file using C# and the FileHelpers library. I …

c# filehelpers
XamlParseException in PresentationFramework.dll when calling FileHelperEngine constructor

A first chance exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll Additional information: 'The invocation of the …

c# wpf filehelpers visual-studio-2013
How do I get the custom attribute value of a field?

I am using FileHelpers to write out fixed length files. public class MyFileLayout { [FieldFixedLength(2)] private string prefix; [FieldFixedLength(12)] private string …

c# attributes filehelpers
Why does the returned DataTable has readonly columns in FileHelpers

I am wondering why filehelpers return readonly columns. I had a huge problem with them not updating values and could …

c# .net filehelpers
How to use a dynamic CSV delimiter with FileHelpers?

Question: I need to read a CSV file. I use the FileHelpers library to achieve this. The problem is I …

c# .net csv code-generation filehelpers
FileHelpers: How to skip first and last line reading fixed width text

Code below is used to read fixed width uploaded file content text file using FileHelpers in ASP .NET MVC2 First …

c# asp.net-mvc filehelpers
Using FileHelpers to import Excel data using MVC 5

I'm trying to write an application in MVC 5 that will accept a file specified by a user and upload that …

c# asp.net-mvc excel filehelpers
FileHelpers Csv reader - Failing to convert dd-mmm-yyyy DateTime Format

"NIFTY","13-Jun-2012","28-Jun-2012","7100.00" As one can notice that the Date format of above csv sample is - dd-mmm-yyyy but Date …

c# vb.net visual-studio-2010 filehelpers
Issue importing CSV file using FileHelpers

I'm using FileHelpers library to import csv files into the database table. I'm having an issue importing the file that …

c# csv filehelpers