Skip to main content
November 14, 2023

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

  • November 14, 2023
  • 1 reply
  • 0 views

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

November 16, 2023

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.