Download & Extend

Convert csv output to any encoding

Project:Views data export
Version:7.x-3.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:reviewed & tested by the community

Issue Summary

The CSV display has an option to convert to ASCII (via iconv), but options are limited to this.
It should be possible to use any destination charset and options that iconv supports.

Comments

#1

Status:active» needs review

Patch flying in. Does not break views.

AttachmentSizeStatusTest resultOperations
0001-views_data_export-Issue-1842108-by-axel.rutz-Added-C.patch1.83 KBIdlePASSED: [[SimpleTest]]: [MySQL] 78 pass(es).View details | Re-test

#2

Patch flying in. Does not break existing views.

AttachmentSizeStatusTest resultOperations
0001-views_data_export-Issue-1842108-by-axel.rutz-Added-C.patch1.83 KBIdlePASSED: [[SimpleTest]]: [MySQL] 78 pass(es).View details | Re-test

#3

URPS, here's the fixed fix.

AttachmentSizeStatusTest resultOperations
0001-views_data_export-Issue-1842108-by-axel.rutz-Added-C.patch2.74 KBIdlePASSED: [[SimpleTest]]: [MySQL] 78 pass(es).View details | Re-test

#4

Again fixed and improved: As iconv has plenty of gotchas i added the much more robust "utf8_decode" as option.

AttachmentSizeStatusTest resultOperations
0001-views_data_export-Issue-1842108-by-axel.rutz-Added-C.patch3.82 KBIdlePASSED: [[SimpleTest]]: [MySQL] 78 pass(es).View details | Re-test

#5

We're converging, honestly!
fixed a hopefully last typo in the docs url.

AttachmentSizeStatusTest resultOperations
0001-views_data_export-Issue-1842108-by-axel.rutz-Added-C.patch3.82 KBIdlePASSED: [[SimpleTest]]: [MySQL] 78 pass(es).View details | Re-test

#6

Status:needs review» reviewed & tested by the community

Works fine for me. Thank you!

nobody click here