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

exporting base64 in quotes #34012

Closed
Code-Divine opened this issue May 22, 2024 · 2 comments
Closed

exporting base64 in quotes #34012

Code-Divine opened this issue May 22, 2024 · 2 comments

Comments

@Code-Divine
Copy link

Hi,

I am exporting binary column to base64, please make sure the base64 in the exported json is in quotes. Otherwise it's not a valid JSON, and I have to do string replace in every file.

So in short, please make the exported file

{
"id" : "4",
"opis" : TFVNQkFHTyBTTyBJU0lKQUxHSUpB,
"created_on" : "2024-05-21T19:39:30.000Z"
}

into this:

{
"id" : "4",
"opis" : "TFVNQkFHTyBTTyBJU0lKQUxHSUpB",
"created_on" : "2024-05-21T19:39:30.000Z"
},

Thanks

@E1izabeth
Copy link
Member

Thank you for report.
Connected with #26613

@Code-Divine
Copy link
Author

Thank you for fixing this. Thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants