1

Similar to the question below, I was wondering whether there is a way to open .yxdb files in R?

Open Alteryx .yxdb file in Python?

Egodym
  • 453
  • 1
  • 8
  • 23

2 Answers2

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