Can dataiku dss handle json and XML data inputs and outputs?

davidlan
Level 1
Can dataiku dss handle json and XML data inputs and outputs?

Does Dataiku offer handle input data of types XML (using XSD schema) and json?

Does it also handle the generation of output based on XSLT?

Or this should be done programmatically ?

Thank you in advance

1 Reply
ATsao
Dataiker

Hi Davidlan,

I would suggest referring to the following Community thread, which have already addressed these same questions previously.

To elaborate on the second question/point, we don't support this natively but there are python libraries out there that can help you write to xslt, so you could handle this theoretically through a python code recipe and write the output into a managed folder directly. From doing a quick search online, you may find the following StackOverflow thread helpful as well:

https://stackoverflow.com/questions/16698935/how-to-transform-an-xml-file-using-xslt-in-python

Best,

Andrew