-
Bug
-
Resolution: Unresolved
-
Low
-
1
-
Minor
-
Issue Summary
If "&"(ampersand) is used in Assets text area field, CSV export convert the value as "&".
Attribute setting:

Object having "&":

Exported CSV:
![]()
Steps to Reproduce
- Create object type attribute: Text area
- Set the value for text area attribute with "&" value
- Export objects
- Exported CSV shows the "&" as "&"
Expected Results
Exported file should show the "&" without conversion.
Actual Results
Object value "&" are converted as "&"
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available