Exporting to Exccel

Hello,

I don't know what I've done to revert back to my early days of using the program.

I was trying to edit the sequence below not to include track pathway size album and file size. I thought I changed but I didn't. I un/re installed the program. Edited the export configuration with the sequence that you gave me many months ago. Now I get the following file name mp3tag.cvs,txt. It will only export to notepad. What am I doing wrong?

image

$filename(csv,txt)Title$char(9)Artist$char(9)Album$char(9)Track$char(9)Year$char(9)Length$char(9)Size$char(9)Modified$char(9)Path$char(9)Filename$char(9)Genre$char(9)Comment$char(9)BPM$char(9)Bitrate$loop(%_filename_ext%)%title%$char(9)%artist%$char(9)%album%$char(9)%track%$char(9)%year%$char(9)%_length%$char(9)%_file_size%$char(9)%_file_mod_date%$char(9)%_folderpath%$char(9)%_filename_ext%$char(9)%genre%$char(9)%comment%$char(9)%bpm%$char(9)%_bitrate%
$loopend()

defines the filename - if you have ID3V2.3 tags I would change that to
$filename(csv,utf-16)

Sorry, where am I putting this$filename(csv,txt)?

misunderstood, Ill make the change

I've made the change but still exports to notepad. Before I had it exporting directly to excel.

I removed the ,txt from the export file name and it's now back to normal. thanks you

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.