Problem by exporting data

Hi everyone,
I'm experiencing some trouble exporting my data to .csv format.
The exported .csv file contains only the column headers and no values.

I attach the link to:
-the .mte file with the current configuration
-an image of the "export" parameter in the File\Options\Export path.

After reading your answer to a post similar to mine, I tried to modify the first line of my .mte file by replacing the current values with (csv,utf-16), but the result is still the same (empty file).

csv.mte (352 Bytes)


.
I hope someone could help me to understand where I may have gone wrong.
Thanks, as always, for your help.
Ian

You can try it with this line

$loop(%_filename_ext%)%title%;%artist%;%albumArtist%;%genre%;%year%;%Comment%;%_length%;%_file_size_mb%;%_file_mod_date%;%_folderpath%;%_filename_ext%;%album%;

instead of your

$loop(%title%;"%artist%";"%albumArtist%";"%genre%";"%year%";"%Comment%";"%_length%";"%_file_size_mb%";"%_file_mod_date%";"%_folderpath%";"%_filename_ext%";"%album%")