this happens to me when I import a column from the csv file (Convert>List file tag) where there are titles with the apostrophe:
in csv:
Don't go breaking my heart (album version)
Don't let me be misunderstood (dj movement rmx)
Don't stop (don't stop mix)
Flying high (god's groove remix)
I can't wait (radio edit)
Result:
'Don''t go breaking my heart (album version)'
'Don''t let me be misunderstood (dj movement rmx)'
'Don''t stop (don''t stop mix)'
'Flying high (god''s groove remix)'
'I can''t wait (radio edit)'
Why? and How to do ?
Second question:
I import a column from csv regularly without errors.
How to do it for multiple columns?
I give in command string for example
% comment %% artist %% albumartist%
but it gives me mistakes.
Thanks