Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
AnswerRe: Increase performance of csv Pin
Mycroft Holmes19-Dec-13 12:03
professionalMycroft Holmes19-Dec-13 12:03 
AnswerRe: Increase performance of csv Pin
jschell19-Dec-13 14:15
jschell19-Dec-13 14:15 
QuestionNHibernate cascade delete not work Pin
LIttle_Cat19-Dec-13 1:30
LIttle_Cat19-Dec-13 1:30 
AnswerRe: NHibernate cascade delete not work Pin
Eddy Vluggen19-Dec-13 8:00
professionalEddy Vluggen19-Dec-13 8:00 
GeneralRe: NHibernate cascade delete not work Pin
LIttle_Cat20-Dec-13 2:02
LIttle_Cat20-Dec-13 2:02 
Questionproblem with RDLC after deploying the application Pin
Jassim Rahma18-Dec-13 23:49
Jassim Rahma18-Dec-13 23:49 
AnswerRe: problem with RDLC after deploying the application Pin
Dave Kreskowiak19-Dec-13 1:15
mveDave Kreskowiak19-Dec-13 1:15 
Questionhow to set half Pixel size in C# Pin
sagar siripuram18-Dec-13 19:48
sagar siripuram18-Dec-13 19:48 
AnswerRe: how to set half Pixel size in C# Pin
BillWoodruff18-Dec-13 20:47
professionalBillWoodruff18-Dec-13 20:47 
GeneralRe: how to set half Pixel size in C# Pin
OriginalGriff18-Dec-13 21:09
mveOriginalGriff18-Dec-13 21:09 
GeneralRe: how to set half Pixel size in C# Pin
BillWoodruff19-Dec-13 0:24
professionalBillWoodruff19-Dec-13 0:24 
QuestionRe: how to set half Pixel size in C# Pin
GuyThiebaut18-Dec-13 22:01
professionalGuyThiebaut18-Dec-13 22:01 
AnswerRe: how to set half Pixel size in C# Pin
sagar siripuram19-Dec-13 0:20
sagar siripuram19-Dec-13 0:20 
GeneralRe: how to set half Pixel size in C# Pin
Richard MacCutchan19-Dec-13 1:18
mveRichard MacCutchan19-Dec-13 1:18 
GeneralRe: how to set half Pixel size in C# Pin
GuyThiebaut19-Dec-13 20:06
professionalGuyThiebaut19-Dec-13 20:06 
QuestionDeserialize dictionary with datacontractserializer c# Pin
Member 1047521718-Dec-13 8:35
professionalMember 1047521718-Dec-13 8:35 
AnswerRe: Deserialize dictionary with datacontractserializer c# Pin
BillWoodruff18-Dec-13 9:38
professionalBillWoodruff18-Dec-13 9:38 
QuestionHow to avoid compression options pop up box in avisaveoptions Pin
delphix518-Dec-13 8:13
delphix518-Dec-13 8:13 
QuestionHow Choice Avimanger compression from code Pin
delphix518-Dec-13 7:54
delphix518-Dec-13 7:54 
NewsRun SQL Scripts From C# Pin
Kevin Marois18-Dec-13 6:23
professionalKevin Marois18-Dec-13 6:23 
GeneralRe: Run SQL Scripts From C# Pin
Richard Deeming18-Dec-13 7:06
mveRichard Deeming18-Dec-13 7:06 
GeneralRe: Run SQL Scripts From C# Pin
Kevin Marois18-Dec-13 7:07
professionalKevin Marois18-Dec-13 7:07 
GeneralRe: Run SQL Scripts From C# Pin
V.18-Dec-13 21:01
professionalV.18-Dec-13 21:01 
QuestionRead comma delimited .txt file with large number of data - do search in column A Pin
lordoftrades18-Dec-13 2:15
lordoftrades18-Dec-13 2:15 
Hi
I have a dataset from the stockmarket. It's intraday data so there are many inputs for each date.

I am trying to create only one row of daily data for each new day, so I need to find the range for each date, then get some values from this.

If you're familiar with stockmarkets, basically I have intraday-data and need to build a new .txt file (or .csv) with end-of-day data.

I know how to do this in VBA, but it would take a couple of weeks to get the work done...

If anyone would care to help me I would appreciate it.

Here's an example on how my .txt data look:

1/3/2012,09:30:00,409.3,410,409,409.79,657901
1/3/2012,09:35:00,409.79,411.5,409.72,411.29,493743
1/3/2012,09:40:00,411.3,411.68,410.63,410.86,335420
1/3/2012,09:45:00,410.84,411.47,410.71,411.28,212007
1/3/2012,09:50:00,411.28,411.5,410.85,411,206154
1/3/2012,09:55:00,411,411.3,410.92,411.3,141447
1/3/2012,10:00:00,411.3,411.75,411.11,411.65,230247
1/3/2012,10:05:00,411.65,412,411.58,411.86,200034
1/3/2012,10:10:00,411.89,412.2,411.57,411.76,221007
1/3/2012,10:15:00,411.79,412.2,411.78,412.1,111159
1/3/2012,10:20:00,412.1,412.41,412.08,412.4,117193
1/3/2012,10:25:00,412.37,412.5,411.93,412.22,147114
1/3/2012,10:30:00,412.22,412.38,411.9,412.03,91461
1/3/2012,10:35:00,412,412.08,411.8,411.92,123093
1/3/2012,10:40:00,411.9,411.98,411.1,411.17,145873
1/3/2012,10:45:00,411.17,411.33,410.56,410.68,195539
1/3/2012,10:50:00,410.66,410.86,410.22,410.75,203342


I'm not experienced in C#, so I need pretty detailed information I think Wink | ;-)

Kind regards
Espen
AnswerRe: Read comma delimited .txt file with large number of data - do search in column A Pin
Richard MacCutchan18-Dec-13 2:47
mveRichard MacCutchan18-Dec-13 2:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.