/FF-e-Con-Rules-Exporter

Small application that takes an E-Con Studio project export or a model xml file and extracts the rules into separate files. Used at my workplace

Primary LanguageF#

Rules exporter

  • This application takes as an E-Con Studio project .zip or an E-Con Studio model .xml file as input
  • As output it generates separate files for rules

Usage

  • Download either the self contained(doesn't need .NET installed) or the normal application .exe file
  • Run the application from the command line: 'E-ConRulesExporter "projectZipOrModelXML" "outputFolder"'
  • The first argument is the input file: This can be either a project zip export or a model XML file
  • The second argument is the output directory
  • e.g: 'E-ConRulesExporter ProjectExport.zip export_out'