Title: CSV Export Issue Patch
Last modified: January 26, 2017

---

# CSV Export Issue Patch

 *  [buildetech](https://wordpress.org/support/users/buildetech/)
 * (@buildetech)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/csv-export-issue-patch/)
 * Hello,
 * I’ve discovered a bug in your CSV export code and would like to submit a patch.
   Where can I do this?
 * Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/csv-export-issue-patch/#post-8702874)
 * Thanks. What kind of bug did you discover?
 *  Thread Starter [buildetech](https://wordpress.org/support/users/buildetech/)
 * (@buildetech)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/csv-export-issue-patch/#post-8704365)
 * The CSV export code in flamingo/admin/admin.php for the “Inbound Messages” items
   adds an empty column between the last column of form data and the date values.
   In other words, the output looks like:
 * “label1″,”label2″,”label3″,”date”
    “data1″,”data2″,”data3″,””,”timestamp” “data1″,”
   data2″,”data3″,””,”timestamp”
 * It looks to me like the simple fix is to change line 605 so that, rather than
   appending the date to the array, it overwrites the last slot in the $row array
   with the time stamp string.
 * I’m happy to submit a patch through Trac, GitHub, etc, but it didn’t look like
   there was any activity on the plugin’s GitHub mirror and I didn’t see your plugin
   in the dropdown when creating a new ticket on Trac.
 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/csv-export-issue-patch/#post-8711587)
 * Thank you very much. I confirmed there is a bug. It will be fixed in the next
   release.
 *  Thread Starter [buildetech](https://wordpress.org/support/users/buildetech/)
 * (@buildetech)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/csv-export-issue-patch/#post-8732327)
 * Fantastic–thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘CSV Export Issue Patch’ is closed to new replies.

 * ![](https://ps.w.org/flamingo/assets/icon-128x128.png?rev=1540977)
 * [Flamingo](https://wordpress.org/plugins/flamingo/)
 * [Support Threads](https://wordpress.org/support/plugin/flamingo/)
 * [Active Topics](https://wordpress.org/support/plugin/flamingo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flamingo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flamingo/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [buildetech](https://wordpress.org/support/users/buildetech/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/csv-export-issue-patch/#post-8732327)
 * Status: not resolved