Import Data (Products) - Files : Activation Mode

Hello to all, i have import products to my shop from csv file, my products are only downloadable (pdf files) and each product have one file for download, but when i import products from csv file, the file → activation mode is manual how can i make it Immediately at all my imported products? not one by one but massive.



Thanks

i found a solution for my case, from phpmyadmin from sql i run this command :



UPDATE database_name.cscart_product_files SET activation_type = 'I'



hope to help and some other with the same problem.