Is it possible to load a Metadata xml file with a BR?

Jorge_Haces
New Contributor II

I need to load a XML file with a Business Rule. Like read the XML in a folder and load it automatic in OS.

Is it possible?

 

Thx on advance

1 REPLY 1

JackLacava
Community Manager
Community Manager

What type of XML file are we talking about?

If you mean loading a metadata extract, as far as I know it's only doable with the Client API, which is currently deprecated. There are, however, metadata editing facilities in BRApi, so you can always read the files and perform the necessary actions manually.

If you mean reading a generic XML file, you can do it with standard .Net libraries - look up XmlDocument.