Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entity Image fails for CSV Export #34

Open
tdashworth opened this issue Jan 31, 2021 · 0 comments
Open

Entity Image fails for CSV Export #34

tdashworth opened this issue Jan 31, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@tdashworth
Copy link
Contributor

Describe the bug
I have a schema with the field <field displayname="Image" name="new_image" type="image" primaryKey="false" customfield="false" /> 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.

@tdashworth tdashworth added the bug Something isn't working label Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant