Good day
I would like to ask some advice about this issue I am encountering after using "Blob Convert" tool.
The Blob convert tool was used to convert Base64 text back to UTF-8. However, when I pass the data to an output tool and use .xlsx file type it always results to a corrupted excel file. So I did test other file types and it is only accepting .xlsb file type as an output. I did test to out the data before and after the blob convert tool. There were no errors before it passed through the blob convert tool but it had an error after. So it seems that the data is requiring me to use .xlsb only after being processed by the blob convert tool.
Is there a work around on this so I can use .xlsx as my output?
or is there another way to convert Base64 Encoded Binary Data to it's original state without using Blob Convert Tool?
Thank you