Hi everybody,
my next bot, which will be working with customer’s app AKIS (AKIS - M&S AG), must use files with .dc extension as input. Those files look very similar to xml, but are still a bit odd. So I did a bit of digging and found out, that those are in fact DiffGram data structures. They have the following line in the header:
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
When I deserialize them with XML activity, it seems to work (no error in studio), but I cannot get any node - Execute xpath simply returns empty string. Does anybody have experience with such files? How can I read them in UiPath?