As pointed out you can’t save images to a csv file. What is the objective of exporting to csv? You need to look at what is going to happen to the csv files i.e. are they going to be imported to sql server or to something else.
If they are going to be imported to sql server probably csv isn’t the best format so that’s probably not the case.
For importing to somet...