Create CsvDataReader from Stream #134
vladinvancouver
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You need to construct a StreamReader from your Stream to hand to CsvDataReader.Create.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my workflow, incoming CSV data is not saved to file system. So it would be really helpful if I could create a CsvDataReader from data that is in memory.
Would you consider adding a constructor that takes a stream as an argument? Please see below.
Beta Was this translation helpful? Give feedback.
All reactions