My data provider in UK (ShareScope) provides me to download data; but there is always a comma (,) at the end.
e.g.
Ticker,Date,Open,High,Low,Close,Vol 2td ago,Exchange code,Index membership,Name,
UKX,23/03/2026,9918.48,10036.7,9670.46,9894.15,1166320000,FTSE,,FTSE 100,
Due to this comma at the end, AB Format file can not load this data file. I have to remove this comma manually and then it gets loaded using the format below. I load 5 separate files daily FTSE, NASDAQ, SP500, ETFs and Indices to maintain separate watchlists for my different systems. So I can't merge everything in 1 file. So everyday I have to edit 5 files after downloading data to remove the comma. It's ok, it takes only 30 secs may be; but want to know if there is a solution.
Format file:-
My AB Format file to load this data is
Format definition file generated automatically
by AmiBroker's ASCII Import Wizard
$FORMAT Ticker, Date_DMY, Open, High, Low, Close, Volume, APPENDNAME, Alias, Fullname
$SKIPLINES 1
$SEPARATOR ,
$MARKET 3
$GROUP 3
$WATCHLIST 6
$AUTOADD 1
$CONT 1
$NOQUOTES 1
$DEBUG 1