We are using Alteryx for data cleaning process. After the data is cleaned we want to transform data to RDF triple format and load to graph DB. And I found Alteryx doesn't support RDF triple format.
So, I want to know is it possible to execute the Alteryx workflow from a python script using Alteryx engine API ?
And as soon as the execution is completed I can write the rdf triple transformation logic and dump the data to graphDB.
Any other approaches/ideas could also help for transforming data to RDF triples format in Alteryx.
Thanks in Advance,
Deepika Durvasula.