HJYimport
for reasons I dont understand, when using HJYimport, DS.filelist sometimes ends up with blanks at the end of the name, which causes problems with associatemetadata.
Suggest adding these code to HJYimport
DS.filelist=deblank(DS.filelist);
DSb.filelist=deblank(DSb.filelist);
Edited by Kathleen Murphy