Skip to content

Allow the CSV schema to be defined by public properties of a type. #5

@arkaragian

Description

@arkaragian

For example consider a class:

public class MyClass {
    public int Number { get; set; }
    public string AString { get; set; }
}

This class could perfectly defines that the CSV file should have two columns with names Number and AString with their corresponding types.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions