Before version 3.08 I was able to export files with this export definition
$filename(Mp3tagPista.csv)Titulo;Artista;Disco;NumeroDisco;NumeroPista;Año;Duracion;Formato;TasaBits;Frecuencia;CompañiaDiscografica;TamañoMuestra;Autor;Genero
$loop(%_filename_ext%)%title%;%artist%;%album%;%discnumber%;%track%;%year%;%_length_seconds%;%_extension%;%_bitrate%;%_samplerate%;%publisher%;%_bitspersample%;$meta(composer);%genre%
$loopend()
Even if artist field had more than one value separetad by \ \ , the exported CSV file had just the first value followed by the ; field separator.
Now, with v 3.08 if this field has more than one value, the exported CSV file has a CRLF inserted just before the ; field separator. Is this the expected behaviour?
My environment is Win 10 up to date, Mp3tag download from mp3tag web page.