Skip to content

maggusw/Vonk.Plugin.CsvSerialiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Csv Serialiser

This is the backend that converts FHIR resources to csv.

Installation

Build project and copy CsvSerialiser.dll to a separate folder inside the plugins folder of Vonk.

See this for reference. $csv needs to be added to the supported interactions. Additionally the plugin needs to be added for Vonk to pick it up. For this to work, the following lines need to be added to the Include-Property of Plugin Branches, like so. The appsettings.instance.json can also be copied to the Vonk root folder.

"Vonk.Plugin.CsvSerializer.CsvSerializerConfiguration",
"Vonk.Plugin.CsvSerializer.CsvSerializerMiddlewareConfiguration"

Usage

If post-processing is not needed, the plugin can be used by adding /$csv to the Search Parameter. Otherwise refer to this README for furhter instructions on how to use this plugin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages