Hello,
I have some problems to import an ASCII file. I have done it before, using the same imported file and the same "defaut.format" file without any difficulty. But now, I get an error message. Probably it is an obvious issue, but I am unable to find what I am doing wrong.
The extension of the three files, "defaut.format", imported file, and the error message, are not authorised to be uploaded here, so I copy them next:
DEFAUT.FORMAT
$FORMAT Ticker, FullName, Currency, Market, Group, Watchlist, Alias, ICB, Industryname
$OVERWRITE 1$
$SEPARATOR ;
$CONT 1
$GROUP 255
$AUTOADD 1
$NOQUOTES 1
IMPORTED FILE
IWM;ISH Russell 2000;USD;2;12;58;N/A;N/A;N/A
EEM;ISH MSCI Emerging Markets;USD;2;12;58;N/A;N/A;N/A
EFA;ISH MSCI EAFE;USD;2;12;58;N/A;N/A;N/A
IEV;ISH Europe;USD;2;12;58;N/A;N/A;N/A
EWJ;ISH MSCI Japan;USD;2;12;58;N/A;N/A;N/A
FXI;ISH China Large-Cap;USD;2;12;58;N/A;N/A;N/A
etcetera
ERROR MESSAGE
Logging started for 'F:\0 TEXTOS\03 INVERSIONES\INVERSIONES 2018\6 Exportación\180127 - Exportación general Tiingo.csv' file, using format definition file 'Formats\FONDOS_EUR.format'
Error in line IWM;ISH Russell 2000;USD;2;12;58;N/A;N/A;N/A
Invalid date format/value
Error in line EEM;ISH MSCI Emerging Markets;USD;2;12;58;N/A;N/A;N/A
Invalid date format/value
Error in line EFA;ISH MSCI EAFE;USD;2;12;58;N/A;N/A;N/A
Invalid date format/value
Error in line IEV;ISH Europe;USD;2;12;58;N/A;N/A;N/A
Invalid date format/value
Error in line EWJ;ISH MSCI Japan;USD;2;12;58;N/A;N/A;N/A
Invalid date format/value
Error in line FXI;ISH China Large-Cap;USD;2;12;58;N/A;N/A;N/A
Invalid date format/value
etcetera
I will appreciate any help.
Best regards