#26201
David
Participant

I don’t know if this will help you:
Find: (‘)(.+?)(’)
Replace: \J “\1”.replace(/‘/g,”[[“) + “\2″.replace(/, /g,”]],[[“) + “\3″.replace(/’/g,”]]”)
image