filehelpers Questions
1
Solved
This morning I embarked on what I thought would be a quick exercise to use custom field attributes. Having tried many things and searching many examples (most involving class rather than field attr...
Windsucking asked 12/6, 2011 at 6:49
1
I'm using FileHelpers library to import csv files into the database table. I'm having an issue importing the file that has the field that starts with the number ('800NUMBER') in the file header.
C...
Excurvature asked 22/4, 2011 at 16:51
1
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
id,text,number
120,"good line this one",789
121,""not...
Curbstone asked 22/2, 2011 at 10:57
2
Solved
I try to read a csv file.
my fifth record contans a date: 03/11/2008
This is a piece of my code:
[FieldConverter(ConverterKind.Date, "dd/MM/yyyy")]
public DateTime datum_5;
My code crashs on ...
Geri asked 16/11, 2010 at 15:33
3
FileHelpers.dll (2.0) are referenced within 2 class libraryies (Dto and Services) in my solution
My webapp (asp.net mvc) is on IIS7 (Full Trust) Windows 7 PRO 64 and I sometimes get this exception ...
Unopened asked 8/12, 2009 at 19:22
1
I am using the excellent FileHelpers library to process a fixed-length airline schedule file.
I have a date field, then a few fields later on in the record, a time field.
I want to combine both o...
Aphasia asked 26/3, 2010 at 6:53
2
Solved
I'm trying to parse this type of CSV file with FileHelpers:
Tom,1,2,3,4,5,6,7,8,9,10
Steve,1,2,3
Bob,1,2,3,4,5,6
Cthulhu,1,2,3,4,5
Greg,1,2,3,4,5,6,7,8,9,10,11,12,13,14
I can't figure out how to...
Pantaloon asked 1/3, 2010 at 14:25
3
Solved
I want to import excel data to oracle DB. I got enough help for Excel part, can you guys help me in Oracle side?
Is it possible to import to oracledb with filehelpers? Please provide some sample ...
Slit asked 25/1, 2010 at 13:19
4
I am trying to load a file using FileHelpers (like it already except for this one issue :P )
I have to save CSV file data into the database, and so am using a SqlDecimal datatype to store the decim...
Declarer asked 6/1, 2010 at 5:37
2
Solved
I'm trying to load a CSV file (delims are ';' and quotes are '"').
I have successfully created everything (the wizard tool is awesome), but there's one thing that I can't find a solution for.
Bas...
Reorganization asked 5/1, 2010 at 15:32
© 2022 - 2024 — McMap. All rights reserved.