-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepository-metadata.json
More file actions
23 lines (23 loc) · 846 Bytes
/
Copy pathrepository-metadata.json
File metadata and controls
23 lines (23 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"schemaVersion": 1,
"publishable": true,
"repositoryName": "csv-enumerable-csharp",
"description": "A small C# helper that maps delimited-text headers to writable properties once and streams rows as IEnumerable<T>, with transparent GZip input.",
"homepage": "https://alikoker.com.tr/en/enumerable-csv-processing-algorithm",
"relatedArticle": "https://alikoker.com.tr/en/enumerable-csv-processing-algorithm",
"topics": [
"csharp",
"csv",
"ienumerable",
"reflection",
"gzip",
"streaming"
],
"license": "Apache-2.0",
"defaultBranch": "main",
"commitMessage": "Initial public release",
"repositoryUrl": "https://github.com/alikoker/csv-enumerable-csharp",
"doi": "10.5281/zenodo.22117451",
"doiUrl": "https://doi.org/10.5281/zenodo.22117451",
"orcid": "https://orcid.org/0000-0003-3183-8378"
}