V
Vicky via DotNetMonster.com
Please help with reading fields in a text file.
I need to get the index name, (ticker field in text file),
Please see one file as an example (There are actually 1000 files)
If we open the file, the text includes Header and data
TICKER>,<PER>,<DTYYYYMMDD>,<TIME>,<OPEN>,<HIGH>,<LOW>,<CLOSE>,<VOL>,<OPENINT>
..A1DOW,M,19980630,000000,264.2900,264.9700,250.8000,264.2900,0,0
..A1DOW,M,19980731,000000,260.3700,276.5900,260.3700,260.3700,0,0
I need to read the ticker A1DOW and M to console first, (later I will
compare the ticker with existing DB, and load the data.
Thank you for any info, which method I should look into it?
I really appreciated.
Vicky
I need to get the index name, (ticker field in text file),
Please see one file as an example (There are actually 1000 files)
If we open the file, the text includes Header and data
TICKER>,<PER>,<DTYYYYMMDD>,<TIME>,<OPEN>,<HIGH>,<LOW>,<CLOSE>,<VOL>,<OPENINT>
..A1DOW,M,19980630,000000,264.2900,264.9700,250.8000,264.2900,0,0
..A1DOW,M,19980731,000000,260.3700,276.5900,260.3700,260.3700,0,0
I need to read the ticker A1DOW and M to console first, (later I will
compare the ticker with existing DB, and load the data.
Thank you for any info, which method I should look into it?
I really appreciated.
Vicky