简体   繁体   English

在 R 中打开 Alteryx.yxdb 文件

[英]Opening Alteryx .yxdb files in R

Similar to the question below, I was wondering whether there is a way to open.yxdb files in R?类似于下面的问题,我想知道是否有办法在 R 中打开 .yxdb 文件?

Open Alteryx.yxdb file in Python? 在 Python 中打开 Alteryx.yxdb 文件?

YXDB is Alteryx's own native format. YXDB 是 Alteryx 自己的原生格式。 I haven't seen or heard of anything else that can open it.我还没有看到或听说过任何其他可以打开它的东西。

You could change your workflow to write to a CSV (or other compatible file) as well as writing to the YXDB file.您可以更改工作流程以写入 CSV(或其他兼容文件)以及写入 YXDB 文件。

AFAIK there is no way yet for R to read yxdb files. AFAIK R 还没有办法读取 yxdb 文件。 I also export my Alteryx workflows to CSVs or use the R tool, read.Alteryx, and saveRDS to save it as a fast-loading binary file.我还将我的 Alteryx 工作流导出到 CSV 或使用 R 工具、read.Alteryx 和 saveRDS 将其保存为快速加载的二进制文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM