FSharpAux


SchemaReader

Namespace: FSharpAux.IO

Nested types and modules

TypeDescription
Converter

Function alias to converter function

FieldIndex
Index
RecordSchemaReader<'Schema>
SchemaItem

Represents a field description for obj generation

SchemaPosition

Type encodes the mapping from Schema index to index of string array

SchemaValues

Type encodes the mapping from Schema index to value

ModuleDescription
Attribute

Attributes to be added to fields of a schema record

Csv

Functions and values

Function or valueDescription
createSchemaItem(...)
Signature: fieldIndex:int -> fieldName:string -> tag:FieldIndex -> deserialize:Converter -> SchemaItem

Creates a SchemaItem record type

defaultTypeConverter(_type)
Signature: _type:Type -> Converter
Fork me on GitHub