
When importing a csv file via DIEF, I kept getting an error that the delimiter for my last column was missing. After digging into it, i found that the previous columns data contained 3 quotation marks that were of the 'curly' nature. It seems that the DIEF process treated these "smart" quotes as regular quotes instead of ignoring them like it is supposed to. I tried looking in the DIEF source data format settings, but didnt see anything helpful in there. The solution was to do a find and replace all smart quotes with straight quotes. When converting the excel sheet to CSV, excel then surrounds the straight quotes with more quotes, and this will import into DIEF just fine then.
Just curious if anyone else has run into this issue before and if there is any other solution at a code level within DIEF.
*This post is locked for comments
I have the same question (0)