I\'ve defined a class file, and I am using it for two purposes (in an attempt to adhere to the DRY principle).There are Attributes on some of the fields, which are used at runtime by program A.Program
I can开发者_开发问答\'t seem to handle a CSV I got. It\'s a file generated by a bank, which looks like this:
I have a need to parse (and build) fixed length text based messages that may in some cases contain array fields.
this might be a bi开发者_运维技巧t of a noob question.. I\'ve coded a simple file conversion app in C Sharp (.net 4, VS2010) that uses the Filehelpers library. I\'ve got a reference to the library in
I have a class (used by filehelpers) which gives me an error when I try to define a nullable string: public String开发者_StackOverflow社区? ItemNum;
I\'m using FileHelpers to create fixed length files. In my model I have a double which needs to be outputted in a 0000.00 format.Is there anyway I can speci开发者_运维技巧fy this with FileHelpers itse
I face very often the problem to understand a syntax of Shell commads help which i usually get usi开发者_JAVA技巧ng options --h or -h or /? etc. when there are more than 2 or 3 options.
I am processing a csv file that occasionally has text in an int field due to user input error. It is the first column and basically it is supposed to be a unique record id. I am catching the errors us
I\'m using the excellent FileHelpers library to import many csv files, but run into a problem. I have a csv file with these three example lines
I followed the link of parse CSV using F# and filehelpers. got compiler error for the following code \"The record class oneRow need a constructor with no args (public or private)\"