Ignixa.SqlOnFhir.Writers 0.0.163

dotnet add package Ignixa.SqlOnFhir.Writers --version 0.0.163
                    
NuGet\Install-Package Ignixa.SqlOnFhir.Writers -Version 0.0.163
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ignixa.SqlOnFhir.Writers" Version="0.0.163" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ignixa.SqlOnFhir.Writers" Version="0.0.163" />
                    
Directory.Packages.props
<PackageReference Include="Ignixa.SqlOnFhir.Writers" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ignixa.SqlOnFhir.Writers --version 0.0.163
                    
#r "nuget: Ignixa.SqlOnFhir.Writers, 0.0.163"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Ignixa.SqlOnFhir.Writers@0.0.163
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ignixa.SqlOnFhir.Writers&version=0.0.163
                    
Install as a Cake Addin
#tool nuget:?package=Ignixa.SqlOnFhir.Writers&version=0.0.163
                    
Install as a Cake Tool

Ignixa.SqlOnFhir.Writers

Writers for SQL on FHIR ViewDefinitions, providing output in various formats.

Features

  • Parquet Writer: Convert FHIR resources using ViewDefinitions into Parquet format
  • CSV Writer: Convert FHIR resources using ViewDefinitions into CSV format
  • Schema Extraction: Extract schema from ViewDefinitions for preview and validation

Usage

Parquet Writer

var writer = new ParquetFileWriter(
    outputPath,
    schema,
    logger,
    columnTypeMap);

// Write rows
foreach (var row in rows)
{
    await writer.WriteRowAsync(row, cancellationToken);
}

await writer.FlushAsync(cancellationToken);

CSV Writer

var writer = new CsvFileWriter(outputPath, logger);

// Write rows
foreach (var row in rows)
{
    await writer.WriteRowAsync(row, cancellationToken);
}

await writer.FlushAsync(cancellationToken);
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.163 293 2/11/2026
0.0.160 108 2/9/2026
0.0.155 116 1/24/2026
0.0.151 110 1/21/2026
0.0.150 116 1/20/2026
0.0.149 116 1/19/2026
0.0.148 115 1/18/2026
0.0.142 119 1/12/2026
0.0.137 117 1/9/2026
0.0.127 126 12/29/2025
0.0.109 296 12/18/2025
0.0.101 295 12/16/2025
0.0.96 453 12/10/2025
0.0.87 461 12/8/2025