Alteryx IO Discussions

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.
解決済み

Is it possible to read yxdb file using python (outside of altryx)?

hmamirchishti
アトム

I am new in altryx space, trying to figure out if we can read the altryx database (yxdb) file using python.

3件の返信3
tlarsen7572
11 - Bolide
11 - Bolide

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
Alteryx

Actually there is one out there: "..\Alteryx\bin\PyYXDBReader.pyd".

vcarey
メテオール