解決済み
Is it possible to read yxdb file using python (outside of altryx)?
オプション
- RSS フィードを購読する
- トピックを新着としてマーク
- トピックを既読としてマーク
- このトピックを現在のユーザーにフロートします
- ブックマーク
- 購読
- ミュート
- 印刷用ページ
hmamirchishti
アトム
07-13-2022
12:57 PM
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
I am new in altryx space, trying to figure out if we can read the altryx database (yxdb) file using python.
解決済! 解決策の投稿を見る。
ラベル:
- ラベル:
-
Python
3件の返信3
11 - Bolide
07-13-2022
01:38 PM
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
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
Contribute to AlteryxNed/Open_AlteryxYXDB development by creating an account on GitHub.
Alteryx
07-14-2022
02:04 AM
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Actually there is one out there: "..\Alteryx\bin\PyYXDBReader.pyd".