Closed (fixed)
Project:
Table Export
Version:
5.x-1.3-2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2008 at 10:37 UTC
Updated:
21 Oct 2008 at 15:09 UTC
Hi,
I tried to export (csv export version) a view with some cck fields that included formatting (namely, these fields were written with fckeditor, hence with color, bold, italic, and so on, formatting options).
After that, the output file has all the fields "plain", the original one tags removed.
Is it possible to go around this problem?
Comments
Comment #1
tjholowaychuk commentedSorry I am not sure I understand "output file has all the fields "plain", the original one tags removed." correctly, your saying that you did manage to strip the tags from the output?
Comment #2
alex72rm commentedYes.
Yesterday, I solved partially this problem, since I found this line into export_csv.module that caused the plain text:
But I noted that now *ALL* the formatting is displayed, not only html tags that I've inserted, but even the formatting tags inserted automatically to render specific content type into the table view.
or
Comment #3
tjholowaychuk commentedThere is no good way programmatically to choose which markup should stay, and which should be removed
Comment #4
alex72rm commentedOk!