Base64 to csv converter Just load your base64 and it will automatically get decoded to CSV.
Base64 to CSV converter examples
Base64
bmFtZSxhZ2UNCmEsMQ0KYiwyDQpjLDMNCmQsNA==
CSV
name,age
a,1
b,2
c,3
d,4
Base64
bmFtZSxhZ2UNCmEsMQ0KYiwyDQpjLDMNCmQsNA==
CSV
name,age
a,1
b,2
c,3
d,4