JayP718 / powertable_bb_plugin

A "Datatable" like plugin which allows you to build a table based off of custom queries, supporting row selection, data export, and more!
MIT License
13 stars 1 forks source link

Fixed a bug in CSV export (#3) #4

Closed jowkar closed 1 year ago

jowkar commented 1 year ago

Fixed a bug in CSV export. This solves issue #3. Previously, the export would accidentaly leave out newlines, resulting in all csv content being in one long string. Also removed the output of the internal _id row identifier field from the content being exported. Also changed from the Windows newline character \r\n to \n.

JayP718 commented 1 year ago

Thanks for the contribution!