Forum Discussion

Jorge_Haces's avatar
Jorge_Haces
New Contributor II
2 years ago

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

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

  • JackLacava's avatar
    JackLacava
    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.