View Issue Details

IDProjectCategoryView StatusLast Update
0002811MMW v4Framework: Scripts/Extensionspublic2007-02-09 15:53
Reporterrusty Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0002811: Export to CSV is handled incorrectly when quotes exist in the field
DescriptionI regularly export my track listing to a CSV file for import into a MySQL database. I’ve noticed that if the mp3 tag contains a quote “ symbol, then MediaMonkey does not export it directly.

For example, if the song title is: My "Dog" Sally, this is exported into the CSV file as follows:
Other,fields,"My "Dog" Sally",other,field

The correct exported format would use double quotes wherever a single quote exists in the tag:
Other,fields,"My ""Dog"" Sally",other,field

The way that it currently exports, when the CSV file is imported into another program, the single quotes that should be double quotes are seen as field delimiters and really mess up the import. Is there a way that I can correct this in settings, options, etc. or can you address in the next version? Thanks!
TagsNo tags attached.
Fixed in build

Activities

There are no notes attached to this issue.