Forum Discussion
AltusTellus
4 years agoHelper III
Convert Binary data
Hi experts, I have an issue with converting binary data to a readable PDF file. What I have done until now: In a MS SQL table with financial transaction lines, I have a column with the binary...
AltusTellus
4 years agoHelper III
I have checked, but when you wait about 30 seconds, the file can be downloaded.
AltusTellus
4 years agoHelper III
v-kkf-msft did you have the time to takea look at the file with the example? 🙂
- v-kkf-msft4 years agoCommunity Support
Hi AltusTellus ,
Sorry for the late reply. I used your sample data, then created the following custom column and no errors were generated.
= Binary.ToText(Text.ToBinary([Original SQL Document]), BinaryEncoding.Base64)Is your example PDF blank? If not, please let me know and I will test again.
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
WinnizIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.