Skip to content
Advertisement

is it possible to write image to csv file?

Hi everyone this is my first post here and wanted to know how can ı write image files that ı scraped from a website to a csv file or if its not possible to write on csv how can ı write this header,description,time info and image to a maybe word file Here is the code Everything works perfectly just wanna know how can ı write the images that i downloaded to disk to a csv or word file Thanks for your helps

JavaScript

Advertisement

Answer

You could basically convert to base64 and write to a file as you need it

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement