View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002811 | MMW v4 | Framework: Scripts/Extensions | public | 2007-02-09 15:53 | 2007-02-09 15:53 |
Reporter | rusty | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0002811: Export to CSV is handled incorrectly when quotes exist in the field | ||||
Description | I 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! | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||