Skip to content

CSV support in .NET Core #37711

Jun 10, 2020 · 13 comments · 53 replies
Discussion options

You must be logged in to vote

@scottdorman

I think a case could be made to include it similar to how Json handling was included. That started as a third-party package, that portions of. Net depended on and even shipped with, they eventually got replaced by System.Text.Json. I think the perception, or at least the hope, in asking for built-in support is in a similar vein.

The key part is that the platform itself took a dependency on JSON, which isn't the case for CSV.

JSON isn't better because we added it to the platform; the primary benefit of doing JSON in the platform was avoiding conflicts in user graphs involving JSON.NET as well as improving the performance. We discussed doing the latter in JSON.NET directly bu…

Replies: 13 comments 53 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
14 replies
@terrajobst
Comment options

@terrajobst
Comment options

@eerhardt
Comment options

@am11
Comment options

am11 Sep 14, 2020
Collaborator

@terrajobst
Comment options

Comment options

You must be logged in to vote
15 replies
@sparticus1701
Comment options

@AlgorithmsAreCool
Comment options

@danmoseley
Comment options

@MarkPflug
Comment options

@jtheisen
Comment options

Comment options

You must be logged in to vote
3 replies
@sparticus1701
Comment options

@danmoseley
Comment options

@samsp-msft
Comment options

Comment options

You must be logged in to vote
3 replies
@terrajobst
Comment options

@NoNamePro0
Comment options

@terrajobst
Comment options

Comment options

You must be logged in to vote
5 replies
@MarkPflug
Comment options

@sparticus1701
Comment options

@MarkPflug
Comment options

@MgSam
Comment options

@MarkPflug
Comment options

Comment options

You must be logged in to vote
2 replies
@MgSam
Comment options

@Clockwork-Muse
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@danmoseley
Comment options

@MgSam
Comment options

@danmoseley
Comment options

@samsp-msft
Comment options

@pgovind
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@davidfowl
Comment options

@neon-sunset
Comment options

@stephentoub
Comment options

@terrajobst
Comment options

Answer selected by terrajobst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment