Replies: 2 comments 2 replies
-
Click on the magnifying glass icon of |
Beta Was this translation helpful? Give feedback.
2 replies
-
@esspijep You will probably want to massage the value by getting rid of any non digit characters. From this example, double.TryParse will not be able to conver the values "\r\n" that is in your string. |
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
-
Hi,
I am reading from an AWS S3 CSV file and got it to be read as a Stream but I am having this error:
This is how I used the code:
I think the issue is the \r\n but if the issue is something else please let me know. Please advise.
Beta Was this translation helpful? Give feedback.
All reactions