Click here to Skip to main content
15,879,490 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Read comma delimited .txt file with large number of data - do search in column A Pin
lordoftrades18-Dec-13 2:48
lordoftrades18-Dec-13 2:48 
AnswerRe: Read comma delimited .txt file with large number of data - do search in column A Pin
Manfred Rudolf Bihy18-Dec-13 2:55
professionalManfred Rudolf Bihy18-Dec-13 2:55 
GeneralRe: Read comma delimited .txt file with large number of data - do search in column A Pin
lordoftrades18-Dec-13 3:03
lordoftrades18-Dec-13 3:03 
GeneralRe: Read comma delimited .txt file with large number of data - do search in column A Pin
Manfred Rudolf Bihy18-Dec-13 3:13
professionalManfred Rudolf Bihy18-Dec-13 3:13 
AnswerRe: Read comma delimited .txt file with large number of data - do search in column A Pin
BillWoodruff18-Dec-13 3:32
professionalBillWoodruff18-Dec-13 3:32 
GeneralRe: Read comma delimited .txt file with large number of data - do search in column A Pin
Manfred Rudolf Bihy18-Dec-13 3:53
professionalManfred Rudolf Bihy18-Dec-13 3:53 
GeneralRe: Read comma delimited .txt file with large number of data - do search in column A Pin
BillWoodruff18-Dec-13 4:30
professionalBillWoodruff18-Dec-13 4:30 
GeneralRe: Read comma delimited .txt file with large number of data - do search in column A Pin
lordoftrades18-Dec-13 4:12
lordoftrades18-Dec-13 4:12 
AnswerRe: Read comma delimited .txt file with large number of data - do search in column A Pin
jschell18-Dec-13 9:09
jschell18-Dec-13 9:09 
GeneralRe: Read comma delimited .txt file with large number of data - do search in column A Pin
lordoftrades18-Dec-13 9:59
lordoftrades18-Dec-13 9:59 
GeneralRe: Read comma delimited .txt file with large number of data - do search in column A Pin
jschell19-Dec-13 14:10
jschell19-Dec-13 14:10 
AnswerRe: Read comma delimited .txt file with large number of data - do search in column A Pin
BillWoodruff18-Dec-13 11:18
professionalBillWoodruff18-Dec-13 11:18 
GeneralRe: Read comma delimited .txt file with large number of data - do search in column A Pin
lordoftrades18-Dec-13 11:22
lordoftrades18-Dec-13 11:22 
QuestionZoom in and Zoom out feature in a picturebox Pin
alfie.max1518-Dec-13 0:00
alfie.max1518-Dec-13 0:00 
AnswerRe: Zoom in and Zoom out feature in a picturebox Pin
Richard MacCutchan18-Dec-13 1:22
mveRichard MacCutchan18-Dec-13 1:22 
AnswerRe: Zoom in and Zoom out feature in a picturebox Pin
JV999918-Dec-13 1:22
professionalJV999918-Dec-13 1:22 

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.