Delete Alteryx Database (YXDB)
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I'd like to delete or refresh an Alteryx database (yxdb extension).
I have a workflow that requires a fresh 'empty' database to push data into. I'd like to keep the same name, but insert a method of simply deleting all the rows before the fresh insertion of data.
Thank you,
Frank.
Solved! Go to Solution.
- Labels:
- Datasets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Frank_Rock ,
I'm attaching an example using block until done tool where you save a database with no data and right after save all the data.
I'm not sure if it is that what you need, but you can adapt to whatever you need.
Best,
Fernando Vizcaino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The path to your test.yxdb is to your desktop, so I'm getting an exclamation point error. I can read through it, however, but I'm not sure if this will work.
This procedure will have to be done over and over again. I'm not sure if this works as I need to actually clear the database of information. Saving with no information won't clear information already inside the yxdb database, will it?
It's a weekly process. Data flows through the workflow, and then ultimately resides in a database (yxdb).
The next week, that yxdb database needs to be emptied and ready for new data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Frank_Rock ,
If the only thing you need to do is to read a file with 0 rows of data, you only need to configure your input data tool to read 0 rows as image below.
Best,
Fernando Vizcaino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I think this did it.
Thanks! I'm new to this, and you were helpful!
