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

CSV Type provider should have a GetColumn(columnName:string) method for dynamic lookup #64

Closed
ovatsus opened this issue Feb 6, 2013 · 0 comments

Comments

@ovatsus
Copy link

ovatsus commented Feb 6, 2013

From fsprojects/FSharpx.Extras#121

Noticed during the F# progressive tutorials that the CSV provider would benefit from a GetCoumn(columnName:string) method that does dynamic lookup by name instead of static binding. This is a normal design pattern for a type provider.

(This was based on using @TomAsp's version of the type provider)

Also GetColumnNames etc. for dynamic access to the schema

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant