Error when importing eeglab raw file to brainstorm

I don't understand your question, Francois. The .set file has everything that it typically has, it is just the fields are individual variables, rather than fields nested within a .EEG structure.

I can interface with the files by removing ".EEG" from in_fopen_eeglab.m, in_channel_eeglab_set.m, and in_fread_eeglab.m . However, this reduces the reversibility with older eeglab .set files. I attempted to create an if statement: " thisFlip = evalin( 'base', 'exist(''EEG'',''var'') == 1' );" however this creates an error.

Thanks,
Nick