What am I doing wrong? I'm trying to file/ import/ transactions/ generic. My input format is:
YY ,MM ,DD ,TRAN ,SYMB ,BNUM, ANUM
My transactions file looks like this:
1998 3 12 BUY FDGFX 75.614 2000
1998 3 23 BUY FDGFX 74.377 2000
1998 9 4 REINV_D FDGFX 0.525 12
or this:
1998,3,12,BUY,FDGFX,75.614,2000.00
1998,3,23,BUY,FDGFX,74.377,2000.00
1998,9,4,REINV_D,FDGFX,0.525,12.00
I tried both the cvs and txt formats and keep getting the error message:
The specified input format is illegal.
Thanks for your help.
Bob