Replies: 2 comments
-
Try reading directly from the |
Beta Was this translation helpful? Give feedback.
0 replies
-
How can I read directly from stream reader please can you give me a sample
code
…On Sun, 15 May 2022, 18:55 Josh Close, ***@***.***> wrote:
Try reading directly from the StreamReader. I don't think this is an
issue inside CsvReader.
—
Reply to this email directly, view it on GitHub
<#1979 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALJRFVWNSSBHYAXCNDQZR33VKE3CRANCNFSM5V6ZLLOQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to parse the csv file using CsvHelper . If I try to parse the data into dynmaic object from ftp path , it shows the error Cannot access a disposed object.Object name: 'System.Net.Sockets.NetworkStream'. The error is showed in method ReadCSVData() in line given below. Please any help would be very appreciated.
var records = csvReader.GetRecords<dynamic>().ToList();
Here is my code
Beta Was this translation helpful? Give feedback.
All reactions