Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
arkaragian opened this issue Jan 30, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@arkaragian
Copy link
Owner

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.

arkaragian added a commit that referenced this issue Jan 30, 2022
@arkaragian arkaragian self-assigned this Jan 30, 2022
@arkaragian arkaragian added the enhancement New feature or request label Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant