FileHelpers icon indicating copy to clipboard operation
FileHelpers copied to clipboard

IDynamicRecord: A non typed way to Read files

Open MarcosMeli opened this issue 10 years ago • 1 comments

The current implementation only support reading runtime records We need a way to write non typed records (generic CSV for example)

MarcosMeli avatar Jun 29 '15 01:06 MarcosMeli

I will move this for 4.0 Because will be better to use a lambda based approach and play with ExpandoObject and dynamic

https://gist.github.com/MarcosMeli/a9db0b7f11de0d072609

MarcosMeli avatar Jul 15 '15 00:07 MarcosMeli