You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the intro of #77, d-ser-t now supports outputting JSON or XML. XmlWriterService closely mirrors TranscriptionFileService, and is called in the same way as well.
As a design enhancement, we should create an interface to be used by this.localFileService in main.ts. The interface and design of these two files should work in a way that calling a single function will correctly route the work to either the XML or JSON writer.
The text was updated successfully, but these errors were encountered:
With the intro of #77, d-ser-t now supports outputting JSON or XML.
XmlWriterService
closely mirrorsTranscriptionFileService
, and is called in the same way as well.As a design enhancement, we should create an interface to be used by
this.localFileService
inmain.ts
. The interface and design of these two files should work in a way that calling a single function will correctly route the work to either the XML or JSON writer.The text was updated successfully, but these errors were encountered: