Everyday I have new data coming into a base. Each row will uniquely be assigned to a user. I have a User table with the email. The data needs to be emailed in a csv.
I was thinking can do this in Python script, but there probably is an easier way. Trying to avoid additional costs.
Thank you for the help