Closed (fixed)
Project:
Views data export
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2011 at 10:04 UTC
Updated:
1 Oct 2014 at 11:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
steven jones commentedThanks for the patch, this is actually encoding into the ISO-8859-1 standard, more commonly known as Latin 1, not 'ANSI'. Not sure how I feel about adding character conversion to the export options however.
Could the patch be re-rolled for the 7.x-3.x branch, and we can integrate there please?
Comment #2
enboig commentedI just use drupal6, I don't know how to port it to D7.
I modified the module because some users wanted to open files in microsoft excel, which have problems with utf8 encoding; and it is really useful to me.
Comment #3
hvalentim commentedThanks a bunch!
I needed this myself. A lot of formats - say of location coordinates - are variations of CSV. One can use CSV to export to them but many programs - say OziExplorer - expect ANSI, not UTF8.
Comment #4
essbee commentedHave rolled against the Latest 7.x dev.
I think this is valuable, in a similar vein to hvalentim some programs are very specific about the input file format.
I would also like to see control over line endings. I'll post a follow up patch if I get something useable on that front.
Comment #5
tahiche commentedThis was very helpful. Thanks a lot!!.
Comment #6
steven jones commentedPushed to all branches, thanks!
Comment #8
kupide commentedHi
Why the ANSI format is no longer supported ?
I have created a patch for the version 7.x-3.0-beta6
Comment #9
zkday commentedPatch #8 worked for me.
Thanks,
zkday
Comment #11
kupide commented#8: views_data_export_support_ANSI.patch queued for re-testing.
Comment #13
nwom commentedThis patch needs to be rerolled again it seems. Would love for this support as well.
Comment #15
amoebanath commentedThe new exporters in 7.x-4.x happily export to a wide range of encodings. 'ANSI' is not a valid encoding name input for Iconv, however - you need to use Windows-1252. This will be specifically mentioned this in the option's helper comment.