You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when importing data through csv, the content of varchar type with a json format will become [object Object].
After checking, in attu front-end code, csv parsing library will parse a json format varchar value into an object, and the backend will handle it as a string.
Steps to reproduce:
create a Collection with a varchar field
make a csv file,the varchar field with values like "{""key"":123,""key2"":456}"
import the file into a exist partition
Attu version:
2.2.8
Attu version:
The text was updated successfully, but these errors were encountered:
Describe the bug:
when importing data through csv, the content of varchar type with a json format will become [object Object].
After checking, in attu front-end code, csv parsing library will parse a json format varchar value into an object, and the backend will handle it as a string.
Steps to reproduce:
Attu version:
2.2.8
Attu version:
The text was updated successfully, but these errors were encountered: