SOLVED
Is it possible to read yxdb file using python (outside of altryx)?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
hmamirchishti
5 - Atom
07-13-2022
12:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am new in altryx space, trying to figure out if we can read the altryx database (yxdb) file using python.
Solved! Go to Solution.
Labels:
- Labels:
-
Python
3 REPLIES 3
tlarsen7572
11 - Bolide
07-13-2022
01:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I do not believe there is a Python package for reading yxdb files.
There is a GitHub repo in C++ you can use as reference to build your own:
https://github.com/AlteryxNed/Open_AlteryxYXDB
I built a package in Go for reading yxdb files. It might be easier to read than C++:
github.com/tlarsendataguy/goyxdb
PetrT
Alteryx
07-14-2022
02:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Actually there is one out there: "..\Alteryx\bin\PyYXDBReader.pyd".
vcarey
7 - Meteor
01-16-2024
02:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator