As of Bento 1.0v2, it appears that when you export data the CSV file may not be properly formed if any of your fields contain one or more double-quotes. The CSV file format allows for each field to be surrounded by double-quotes and to avoid confusion with these, any double-quotes which appear in a field are doubled-up. In Bento’s case, the issue seems to be that for each double-quote in the field, the closing double-quote is moved one character to the left.


A Broken CSV File

Click for a Larger View
Read more