Hello,
I'm not sure how to do this, or if it's even possible.
I would like to export two tables in to multiple csv files. I have two tables called "users" and "user_files". I would like to loop through "users" and for each user create a separate "csv" export of user_files based on user id.
Is this possible?
Thanks,
tom