Windows 7, ITALIAN, x64,
decimals separator ","
thousands separator "."
I have lots of data in this format
DAX
Date, Time, O, H, L, C, V, I
12/19/96, 0931,15630.0000,15630.0000,15630.0000,15630.0000,0,0
12/19/96, 0932,15590.0000,15620.0000,15590.0000,15620.0000,23,0
12/19/96, 0933,15620.0000,15620.0000,15610.0000,15610.0000,38,0
12/19/96, 0934,15610.0000,15610.0000,15605.0000,15605.0000,78,0
........
FIB
Date, Time, O, H, L, C, V, I
12/19/96, 0931,15630.0000,15630.0000,15630.0000,15630.0000,0,0
12/19/96, 0932,15590.0000,15620.0000,15590.0000,15620.0000,23,0
12/19/96, 0933,15620.0000,15620.0000,15610.0000,15610.0000,38,0
12/19/96, 0934,15610.0000,15610.0000,15605.0000,15605.0000,78,0
12/19/96, 0935,15595.0000,15595.0000,15590.0000,15595.0000,28,0
I used "Create a new data set" with
Date Format:dd/MM/yy
Time Format:HHmm
Field separator:Comma
Decimal Separator:Period
Thousands Separator:None
Ignore First Lines in file:1
Ignore Last Lines in file:0
Volume Multiplier:1
Implied Decimals:0
if I try to import the data, I get an error. NET
Here follows log
Le informazioni su come richiamare il debug JIT (Just-In-Time) anziché questa finestra
sono riportate in fondo al messaggio.
************** Testo dell'eccezione **************
System.IO.IOException: Il processo non può accedere al file 'C:\Borsa\MSRT\Luca\bunddecr.txt' perché è in uso da un altro processo.
in System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
in System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
in System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
in System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
in WealthLab.DataProviders.AsciiFilesStatic.AsciiFilesDataSet.Parse(String fileName)
in i.a(Object A_0, EventArgs A_1)
in System.Windows.Forms.UserControl.OnLoad(EventArgs e)
in System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
in System.Windows.Forms.Control.CreateControl()
in System.Windows.Forms.Control.ControlCollection.Add(Control value)
in WealthLabPro.NewDataSourceForm.e(Object A_0, EventArgs A_1)
in System.Windows.Forms.Control.OnClick(EventArgs e)
in System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.ButtonBase.WndProc(Message& m)
in System.Windows.Forms.Button.WndProc(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Assembly caricati **************
........................
How can i solve problem?
Size:
Color: