Hello,
I'm experiencing an issue with SmartClient's CSV export functionality related to fields containing special characters (like >, <, etc.).
Description:
Problem:
It appears that anything enclosed in angle brackets (<...>) is being stripped out or lost during the export process. The special characters > and < within the field are not handled correctly, resulting in data truncation.
Expected Behavior:
I expect the export to preserve the original string as-is (including any <, >, and other special characters), so the exported CSV field value should be:
"<test>newtest>>><<<<test>"
and not truncated or altered.
Question/Suggestion:
Any advice or solution would be appreciated!
I'm experiencing an issue with SmartClient's CSV export functionality related to fields containing special characters (like >, <, etc.).
Description:
- Original Data Format:
In my table, one of the fields contains string data in the following format:
"<test>newtest>>><<<<test>"
- Exported CSV Output:
When I use the export to CSV feature, the exported data in the corresponding field becomes:
"newtest>>><<<"
Problem:
It appears that anything enclosed in angle brackets (<...>) is being stripped out or lost during the export process. The special characters > and < within the field are not handled correctly, resulting in data truncation.
Expected Behavior:
I expect the export to preserve the original string as-is (including any <, >, and other special characters), so the exported CSV field value should be:
"<test>newtest>>><<<<test>"
and not truncated or altered.
Question/Suggestion:
- Is this a known issue or intended behavior due to CSV exporting logic?
- Are there any workarounds or export options/settings to avoid this data loss?
- Can this be fixed or improved in a future release?
Any advice or solution would be appreciated!
Comment