Is there any way to remove characters like hard-returns and quotation marks from the exported data?
Q (2004/01/15): Is there any way to remove characters like hard-returns and quotation marks from the exported data?
A: There is a field for each template (above the template name field near the top) labelled "Character conversion". With this field you can have the module convert certain characters in the data before exporting it. The format to use is:
from>to|from>to|etc.
So to replace double quotes with single quotes you would enter:
">'|
To replace double quotes with single quotes and replace all Ls with Ms you would use:
">'|L>M|
Some "special" characters cannot be well represented in the form field and so special tokens exist for them:
&cr; carriage return
&lf; line feed
&pipe; pipe characters (necessary to use the pipe becuase of the use of the pipe as a delimiter)
< less than, <
> greater than, >
To remove hard returns from the data, enter:
&lf;&cr;> |
This will replace the hard return with a single space.
To remove a character totally (without replacing it with anything) simply enter nothing after the >:
">|
will remove the double quotes entirely and replace it with nothing.
Last update: 2006-02-13 21:02
Author: Support
Revision: 1.0
You cannot comment on this entry
Most Recent FAQ Entries: 
- I have the UPS Custom Integration configured so that ... (2008-07-11 10:21)
- I would like to conditionally display something for a ... (2008-07-03 17:37)
- Is there any way to configure specific global headers ... (2008-06-02 18:28)
- I pay my affiliates with gift certificates from your ... (2008-05-29 10:42)
- Is there any way to add a negative number ... (2008-05-22 13:51)
Top 10 
- 2521 views:
Adding Tokens to Evaluate Expressions - 2510 views:
Why won't you call me for technical support? I ... - 2489 views:
Is there a way to "Limit" the number of ... - 2402 views:
Are license keys valid for more than one store? ... - 2308 views:
I'm trying to enter a license key and get ... - 2270 views:
How do I install a module? - 2133 views:
How do I check for a module upgrade? - 2132 views:
How can display and change the parameters of an ... - 1960 views:
The total on my checkout pages are not correct. ... - 1843 views:
I have select and radio type attributes in my ...
















