Similar to the question below, I was wondering whether there is a way to open .yxdb files in R?
Asked
Active
Viewed 1,376 times
2 Answers
0
YXDB is Alteryx's own native format. 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.

cmcau
- 555
- 2
- 10
0
AFAIK there is no way yet for R to read yxdb files. 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.

jpm_phd
- 915
- 1
- 6
- 8