-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Unable to read Binary String #89
Comments
What |
Thanks for the response.
BLOB values are treated as binary strings (byte strings). They have the binary character set and collation, and comparison and sorting are based on the numeric values of the bytes in column values. |
@Jasmeet2011 can you provide a sample of your "binary string" ? |
I can read the binary string and write it as a Word Document. I can send the Word doc as read from the Event API however the binary string when written as a file using |
So i managed to view part of the Blob data content |
@Jasmeet2011 could you give us the error messages and backtraces appearing at this line? |
sure, i will revert |
THIS DOES NOT WORK This is the Error I receive:
|
Describe the bug
I am reading a Docx file saved as Blob field in Mysql database. The output from the Mysql table is in the form of a Binary String as extracted from "Event" of Logstash. I am able to write the binary string to a file and then read it using Docx. However, if i pass the data directly to Docx, it gives error.
To Reproduce
Steps to reproduce the behavior or put a short code to reproduce the bug.
example
The text was updated successfully, but these errors were encountered: