How to convert contentBytes to file csv with node js
Emmanuel Santiago | MagicLog
1
Reputation point
Hi I use graph api to get csv attachment, but when I obtain the response is in base64, when I decode the contentByte does not access from json or readable from fs.
which is the correct way to decode contentByte?
Sign in to answer