Hi @claudioventre,
on wp all export how can I change the destination folder for saving the csv file?
You can save the CSV file in a randomized folder under uploads/wpallexport/ by enabling “Randomize folder names” at All Export › Settings, or you can disable that option to save the files in the Media Library.
Outside of that, you’d have to write custom code that uses our API to store the export file in a different location. Here’s an example snippet: https://www.wpallimport.com/documentation/developers/code-snippets/#move-export-file-after-export.
Hi @claudioventre,
I’m marking this as resolved since it’s been inactive for a while. Feel free to open up a new topic if you still have questions.