Posts: 88
Threads: 29
Joined: Feb 2020
Reputation:
0
I have many Composers in my database that I list with their formal names, but with their nicknames in quotes: e.g., James "Jimmy" Van Heusen. The quote marks are being stripped when I do a CSV import, which makes the name look silly. Thanks.
Posts: 13,358
Threads: 301
Joined: Apr 2012
Reputation:
235
The reason double quotes are being stripped is they are actually used a way to get around the column delimiter if needed. For example, if you wanted to be able to have a semi-colon in the name of something, for whatever reason, you could do so by putting double quotes around the entire entry. So I'm not sure how to support both that and your desire to have double quotes show up in the name. I suppose either I could switch this to single quotes or you could switch your use to single quotes. I'm fine with switching it to single quotes on my end, but I want to ensure that no other users are going to be negatively impacted by this before I make the change.
Thanks,
Mike
Posts: 13,358
Threads: 301
Joined: Apr 2012
Reputation:
235
04-04-2020, 09:22 AM
(This post was last modified: 04-04-2020, 09:22 AM by Zubersoft.)
The other option is that I only strip the quotes if they appear at the very start of the value and the end - I never strip quotes in the middle of an entry. I think this would work just fine and supports both ways of operating. Let me know if you disagree.
Posts: 13,358
Threads: 301
Joined: Apr 2012
Reputation:
235
I can set you up with an early release build that has this fix in it. I think that's the best way to go. I'll send you an email with information once I've finished the build.
Mike