Capgemini / Capgemini/xrm-datamigration
Entity Image fails for CSV Export
Open
bug
- Dominant language
- C#
- Stars
- 27
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
I have a schema with the field `` which is failing with the error `Error:Not supported attribute type System.Byte[]` only for CSV exports (JSON worked fine).
**To Reproduce**
1. Generate a schema which includes an entity with an `entityimage` and include that field like above.
2. Run this through the CSV data exporter and the above error should occur.
**Expected behavior**
This error not to be thrown and instead the base64 to be exported or safe handling of this field type to be ignored.
Contributor guide
Assessment
This issue has not been assessed yet.