Skip to content

JeffGillispie/LoadFileAdapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoadFileAdapter

LoadFileAdapter is an adapter for converting or modifying load files. The class library supports importing multiple load file types into a single document collection. Both metadata load files and image base load files can be imported and overlayed. The imported document collection captures family relationships and linked files, in addition to metadata. The imported document collection can be modified using a versatile set of transformation options. The modified document collection can then be exported to the same load file type or converted to an entirely different type.

Supported Load File Types

Implementation Example

public class Program
  {
      static void Main(string[] args)
      {          
            string xml = File.ReadAllText(args[0]);
            Job job = Job.Deserialize(xml);
            Executor executor = new Executor();
            executor.Execute(job);          
      }        
  }

License

This project is licensed under the MIT License - see the LICENSE.TXT file for details.

About

Adapter for converting or modifying load files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages