Skip to main content

File Transformers

The File Transformer Services are standalone services responsible to provide a way for users to download plans and descriptions in various file formats. So, their role is to "transform" these data structures to these formats.

There are currently three file transformer services implemented and integrated:

ServiceSupported Schema Version(s)Docker ImageNotes
DOCX File Transformer-file-transformer-docxPDF files and Word documents. Uses DOCX template placeholders — see the template reference.
RDA File Transformer1.2file-transformer-rda-jsonJSON files following the RDA specification. See the semantics reference.
RAiD File Transformer1.6 – 1.6.3file-transformer-raid-jsonJSON files following the RAiD specification. See the semantics reference.
note

You can create your own file transformer. More details here.

Plugin Reference

Each file transformer resolves output fields in its own way. The following pages document, for each plugin, what inputs map to what outputs:


See Also