I have a csv file created every day, I want to take the daily file and use it to build up an Alteryx database file. I did think all I needed to do was to union the daily file together with the previous days database file but it wont work. I assume this is because Alteryx opens the database file to read from it, so cant then write back to it at the same time. Is there a way to accomplish what I want to do with Alteryx?