Hi,
I'm trying to export and import again into an access database through a csv file.
Unfortunately the delimiter between the Path and the Filename fields is incorrect.
In the header it is a correct ";", in the files section it is a ","
I also can't access the developer section to see if this is a known / fixed problem in a developer build.
I'm using v2.25
Thanks,
Peter
I found the problem. There is an error in the csv.mte file that is shipped with the product.
[EXPORTRECORD]
RECORDLINE01=%title%;%artist%;%album%;%track%;%year%;%_length_seconds%;%_file_size%;%_file_mod_date%;%_path%,%_filename_ext%;
should be
[EXPORTRECORD]
RECORDLINE01=%title%;%artist%;%album%;%track%;%year%;%_length_seconds%;%_file_size%;%_file_mod_date%;%_path%;%_filename_ext%;
Peter
Peter,
thanks for pointing that out. I'll fix it to the next release.
Best regards,
~ Florian