Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

CsvHelper

A .NET library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Collective - Host: opensource - https://opencollective.com/csvhelper - Website: https://joshclose.github.io/CsvHelper - Code: https://github.com/joshclose/CsvHelper

Ensure the ConvertToStringArgs are constructed with the correct generic type

When the parameterless Map() (returning MemberMap<object, object>) is used in
combination with C...

github.com/joshclose/CsvHelper - e23787cfa7819839800a6326ece42ded63af7d75 authored almost 2 years ago by Robert Hague <[email protected]>
Add check for hasHeaderRecord in CsvWriter.WriteHeader(IEnumerable).

Also write the header of the first non-null record rather than the last

fixes #2092

github.com/joshclose/CsvHelper - b6b6b79bfd14c3ec9c19606c3da59600301dd195 authored almost 2 years ago by Robert Hague <[email protected]>
Merge branch 'MarcelVersteeg-documentation'

github.com/joshclose/CsvHelper - 9848510ed0fc0980bda687882c5ea123b7d7d3ce authored about 2 years ago by Josh Close <[email protected]>
Repairs "This Operation is only valid on generic types." error caused by calling type.GetGenericTypeDefinition on non generic types.

github.com/joshclose/CsvHelper - 372f0dcef868422942b01c513c2a46f0113402da authored about 2 years ago by Michal Blahout <[email protected]>
Update CsvWriter.cs

github.com/joshclose/CsvHelper - 8d1ebbb7780070e1c27327ca22cd486bef6d6448 authored about 2 years ago by Marcel Versteeg <[email protected]>
Update CsvReader.cs

github.com/joshclose/CsvHelper - 9d0ed682259da1c3966cbc0eacb1df1b681c7eb5 authored about 2 years ago by Marcel Versteeg <[email protected]>
Update CsvParser.cs

github.com/joshclose/CsvHelper - 6f2b34310343422c9f8bc140ae5d650f4c945bac authored about 2 years ago by Marcel Versteeg <[email protected]>
Updated change log.

github.com/joshclose/CsvHelper - 7634db3aff3481ebded76e1226584aaffa9b25a0 authored about 2 years ago by Josh Close <[email protected]>
Fixed issue with TypeConverter being assigned to a member that has a Convert expression assigned to it.

github.com/joshclose/CsvHelper - a676f56b00cb290365f9b63c24dffcefe5175fed authored about 2 years ago by Josh Close <[email protected]>
Merge pull request #2063 from enkodellc/patch-1

Update Migrations index.html

github.com/joshclose/CsvHelper - d25c426886e8fb1fe317e6e49858ce02cad77db1 authored about 2 years ago by Josh Close <[email protected]>
Merge pull request #2075 from crozone/master

Add leaveOpen parameter to the CsvReader constructor

github.com/joshclose/CsvHelper - 141ad250d18656b4f2665c36fd11f6f47fbb62b8 authored about 2 years ago by Josh Close <[email protected]>
Merge pull request #2072 from luber/bugfix/#2066

fix(CsvWriter): fix 'leaveOpen' parameter does not work

github.com/joshclose/CsvHelper - 7a7a83d7c2e5bd993f65f9305f0f04bf19290361 authored about 2 years ago by Josh Close <[email protected]>
Escape the escape char when writing.

github.com/joshclose/CsvHelper - 90dcb88c2951cccc95e33b280dd9e755fa697803 authored about 2 years ago by Josh Close <[email protected]>
Add leaveOpen parameter to the CsvReader constructor IReaderConfiguration overload

github.com/joshclose/CsvHelper - b80837bb559cde41bcab38cb7c01fc67aa7768b9 authored about 2 years ago by Ryan Crosby <[email protected]>
Added missing links for migration.

github.com/joshclose/CsvHelper - 72db5e1b183cc5ab7d431f43e1d24c7cbe956fb6 authored about 2 years ago by Josh Close <[email protected]>
fix(CsvWriter): fix 'leaveOpen' parameter does not work

The field leaveOpen is not assigned in the CsvWriter constructor

fix #2066

github.com/joshclose/CsvHelper - 91780cda80564ff63e1b136401972796da49912c authored about 2 years ago by Liubomyr Vyyhovskyy <[email protected]>
Update Migrations index.html

github.com/joshclose/CsvHelper - a204040d6644db47fd39eecf14c690afab3b9345 authored about 2 years ago by Keith <[email protected]>
Merge branch 'randyburden-master'

github.com/joshclose/CsvHelper - 701ede5487cabf28b31a2dbea160331cc09f9a0b authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'master' of github.com:randyburden/CsvHelper into randyburden-master

github.com/joshclose/CsvHelper - 2644a8ee4526aed5c5fc72c32cafdffe7712f324 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'lokeshkumarbalu-master'

github.com/joshclose/CsvHelper - af6913781bc95e0cb034a40df65c1221e3a14d2f authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'master' of github.com:lokeshkumarbalu/csv-helper into lokeshkumarbalu-master

github.com/joshclose/CsvHelper - 73eb0d43a108c1ec6a81aeabc53308cf95becebe authored about 2 years ago by Josh Close <[email protected]>
Updated change log and migration docs.

github.com/joshclose/CsvHelper - 04834b58ddbe89b44c9f33250d0d305fbfa661c1 authored about 2 years ago by Josh Close <[email protected]>
Add documentation for type converter options

github.com/joshclose/CsvHelper - 9e0c9b482e7b63d3625e847f8bb8a79b95130ebf authored about 2 years ago by Lokesh Balu <[email protected]>
Add clickable NuGet badges to README

github.com/joshclose/CsvHelper - dd5928357f366e036610b11a924686f50f9172a2 authored about 2 years ago by Randy Burden <[email protected]>
1.fix ReadHeader bug in CsvDataReader

github.com/joshclose/CsvHelper - f1035431218cbf01c81b788e608f5ce714f51347 authored about 2 years ago by Jeff Tu <[email protected]>
Merge branch 'marcrocny-master'

github.com/joshclose/CsvHelper - 060b3be5feb5abc64f39d731c91e9936081a0b11 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'master' of github.com:marcrocny/CsvHelper into marcrocny-master

github.com/joshclose/CsvHelper - b76f3f7ae853af892d851d806f5435c0c7f43934 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'micheleissa-feature-1198'

github.com/joshclose/CsvHelper - 8311abf2f2302ac11d86985d8e1769b696149d26 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'feature-1198' of github.com:micheleissa/CsvHelper into micheleissa-feature-1198

github.com/joshclose/CsvHelper - 9a089f809f5be15b47d414d0792aae8ad8ff6719 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'KonH-feature/add_type_converter_constructor_args'

github.com/joshclose/CsvHelper - 6ce93f4684ed41ab60113e0e2f5eb9db77d54cf8 authored about 2 years ago by Josh Close <[email protected]>
Added CLS compliant constructor. Added unit test.

github.com/joshclose/CsvHelper - d2f66a75334cd573f1bbae70cfa0ca8a9e8d07cb authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'feature/add_type_converter_constructor_args' of github.com:KonH/CsvHelper into KonH-feature/add_type_converter_constructor_args

github.com/joshclose/CsvHelper - d714192e1d39b9882a691ef5f0786ddf4c8c3378 authored about 2 years ago by Josh Close <[email protected]>
Added generic overload for CsvConfiguration.ApplyAttributes.

github.com/joshclose/CsvHelper - 852f0394b78cc34e79f45e050eb6c901854d9bff authored about 2 years ago by Josh Close <[email protected]>
Return CsvConfiguration from ApplyAttributes to allow chaining.

github.com/joshclose/CsvHelper - f43d2d1f7b7658f63f07d09ee93e3145775f7b09 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'GrumpyBusted-master'

github.com/joshclose/CsvHelper - ace91bd7e360fc4c7b1b0f8d0eea9c2f11b1281f authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'master' of github.com:GrumpyBusted/CsvHelper into GrumpyBusted-master

github.com/joshclose/CsvHelper - 283d68f97437f921b23606d71f08f3bcf4afd571 authored about 2 years ago by Josh Close <[email protected]>
Add constructorArgs params argument to TypeConverterAttribute

Refers to https://github.com/JoshClose/CsvHelper/issues/2032

github.com/joshclose/CsvHelper - 736bcb90faa6f52317332c74d243dff67390cb66 authored about 2 years ago by KonH <[email protected]>
Merge branch 'laurensknoll-MaxFieldSize'

github.com/joshclose/CsvHelper - 37e92e7184a5252ade3c6a25550cb9af25622ae3 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'MaxFieldSize' of github.com:laurensknoll/CsvHelper into laurensknoll-MaxFieldSize

github.com/joshclose/CsvHelper - b6c0ac11919d343035a4f0e20f83322de3822102 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'StefanBertels-custom_uri_converter_test_fails'

github.com/joshclose/CsvHelper - 48a84c8dc4084326b8aae061544b2fcab484ad2a authored about 2 years ago by Josh Close <[email protected]>
Fixed constructor mapping issue where parameter has a type converter but would still try and use constructor mapping.

github.com/joshclose/CsvHelper - 499acd87521bdda111c17f63677761b4a11dcc26 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'custom_uri_converter_test_fails' of github.com:StefanBertels/CsvHelper into StefanBertels-custom_uri_converter_test_fails

github.com/joshclose/CsvHelper - 97598bb963f5b7f7661a51ce91ddfd58105c4912 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'valeriob-add_member_name_in_conversion_exception'

github.com/joshclose/CsvHelper - 597cf777eddd9c06e1b85e9337d9766caeec1a96 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'add_member_name_in_conversion_exception' of github.com:valeriob/CsvHelper into valeriob-add_member_name_in_conversion_exception

github.com/joshclose/CsvHelper - 49b78725652683596b0c4a5d57cd9eef782b414a authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'RyanSinfield-patch-1'

github.com/joshclose/CsvHelper - 7458d1e5e5b5856ad7daf67fa6a5fddc4ed09ab9 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'patch-1' of github.com:RyanSinfield/CsvHelper into RyanSinfield-patch-1

github.com/joshclose/CsvHelper - 931f37469a8987853c99e9a1f9a670db5e99d6aa authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'ruslanss-issue_1500_dynamic_mappings'

github.com/joshclose/CsvHelper - 2f4fc34ff63a27294648027640d9fdd7781e61cf authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'issue_1500_dynamic_mappings' of github.com:ruslanss/CsvHelper into ruslanss-issue_1500_dynamic_mappings

github.com/joshclose/CsvHelper - 3f5bfd90a3ddeec75000218d638cf8ae9818b6f2 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'vdailly-master'

github.com/joshclose/CsvHelper - d08dfed5d966870457137edf53a22b0ff3b4c780 authored about 2 years ago by Josh Close <[email protected]>
Added prefix inheritance option and made it false by default.

github.com/joshclose/CsvHelper - 51019f3b589cc8018f050680d21977890078287c authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'master' of github.com:vdailly/CsvHelper into vdailly-master

github.com/joshclose/CsvHelper - 8e7eed30811aa1e13897039059533d27ccf1bdb1 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'sirideain-master'

github.com/joshclose/CsvHelper - c103267266a9a31bd2bf9cf0abf75f7004c77d06 authored about 2 years ago by Josh Close <[email protected]>
Cleaned up writing methods.

github.com/joshclose/CsvHelper - f302d5935f8b7694287ab603a1e1016fbacbde82 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'master' of github.com:sirideain/CsvHelper into sirideain-master

github.com/joshclose/CsvHelper - 6de465b454cd53437856312dee4d239aed558ed0 authored about 2 years ago by Josh Close <[email protected]>
Made ShouldUseConstructorParameters logic a little more clear.

github.com/joshclose/CsvHelper - 5eee5eb4a9049c2aece94869b355bbc5f282e5f4 authored about 2 years ago by Josh Close <[email protected]>
Removed unneeded in params and ref struct from CsvParser.

github.com/joshclose/CsvHelper - 33382ec22bfd3962d5f6dcf8a1f5202dc722d10d authored about 2 years ago by Josh Close <[email protected]>
Removed all MethodImplOptions.AggressiveInlining from CsvParser.

github.com/joshclose/CsvHelper - d5bd59293b6f7688df1b09977a0cbdc3773d557d authored about 2 years ago by Josh Close <[email protected]>
Pass IWriterConfiguration into CsvWriter instead of CsvConfiguration.

github.com/joshclose/CsvHelper - 9dbd4de41b5453122545a88e5129f1573761ed20 authored about 2 years ago by Josh Close <[email protected]>
Added Field and RawRecord to BadDataException.

Breaking change.

github.com/joshclose/CsvHelper - ea2581e7ef627f8f87d4631dc5b302d3a8ebcee0 authored about 2 years ago by Josh Close <[email protected]>
Updated changed log and migration docs.

github.com/joshclose/CsvHelper - 46bde1fba34d3c1560631db653729aa13452d470 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'mcciesla-master'

github.com/joshclose/CsvHelper - 387b712d3702eb492017a93b88b865a837400b4f authored about 2 years ago by Josh Close <[email protected]>
Added EnumConverterFactory and CollectionConverterFactory. Changed factory creation to give back whether it should be added to the cache.

github.com/joshclose/CsvHelper - 5aec4ba2ecc7f9265a96816450d255bf766af0ad authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'master' of github.com:mcciesla/CsvHelper into mcciesla-master

github.com/joshclose/CsvHelper - 1dbe3d3a4fa8bb7c32c048697e651143449f6b23 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'lechu445-patch-1'

github.com/joshclose/CsvHelper - 52ce5d64c52e3b480662fb89d673387c2d8a8feb authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'patch-1' of github.com:lechu445/CsvHelper into lechu445-patch-1

github.com/joshclose/CsvHelper - 4eea2433a79cf167e7f937882fc7e5c7b0a8ff5e authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'master' of github.com:JoshClose/CsvHelper

github.com/joshclose/CsvHelper - fef1e0beea3c8367f14ee9c02b8a47ee55878c62 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'lechu445-patch-2'

github.com/joshclose/CsvHelper - 1c6e240743edc68a3bb31f4b03c8730d82d245b1 authored about 2 years ago by Josh Close <[email protected]>
Changed GetFieldIndex(string[] names...) to GetFieldIndex(IEnumerable<string> names...).

Breaking change.

github.com/joshclose/CsvHelper - 5ef8a881ef8f52102a26614aaf5a3b7f39469f4e authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'patch-2' of github.com:lechu445/CsvHelper into lechu445-patch-2

github.com/joshclose/CsvHelper - 62dd759042e345ad6093d4f6d5910d2c803d8db1 authored about 2 years ago by Josh Close <[email protected]>
Update issue templates

github.com/joshclose/CsvHelper - ff46bea4eedd9f276d5cb5812ea09cad26b13c3d authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'StefanBertels-getfield_ignoreblank_missingfield'

github.com/joshclose/CsvHelper - e05b843d8d626f80157c0012ec78ff859895b674 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'getfield_ignoreblank_missingfield' of github.com:StefanBertels/CsvHelper into StefanBertels-getfield_ignoreblank_missingfield

github.com/joshclose/CsvHelper - aa84807d1c65c860273d603012369580f69ee722 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'mxashlynn-configuration-functions-comment-typo-patch'

github.com/joshclose/CsvHelper - b077c5a7553e2d6634ba1d6376fbde806acb351a authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'configuration-functions-comment-typo-patch' of github.com:mxashlynn/CsvHelper into mxashlynn-configuration-functions-comment-typo-patch

github.com/joshclose/CsvHelper - fb4b04af36c2911fd8d8a857b2f7f4270ac57f6a authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'augustoproiete-forks-check-csvparser-parameter-for-null'

github.com/joshclose/CsvHelper - 6fdff3028b09b9f9a9785041ae2c92d451c34c4e authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'check-csvparser-parameter-for-null' of github.com:augustoproiete-forks/JoshClose--CsvHelper into augustoproiete-forks-check-csvparser-parameter-for-null

github.com/joshclose/CsvHelper - fc28f393c6bd8df8d480e24dbf54771de21b5434 authored about 2 years ago by Josh Close <[email protected]>
Add list of headers to HeaderValidated exception message.

github.com/joshclose/CsvHelper - dfed15b0fe49618843335e0525fe103db73b18ec authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'twilsonxpert-master'

github.com/joshclose/CsvHelper - be060ceb6622e75b4cdb3261e34badf9c715a5f2 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'master' of github.com:twilsonxpert/CsvHelper into twilsonxpert-master

Added fix for DateTimeOffset also.

github.com/joshclose/CsvHelper - 831c32b58ace5a4cf3abbce1c86ad96febd5b3d0 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'Joelius300-bug/static-function-in-convert'

github.com/joshclose/CsvHelper - 52c51909fed7111e25da326ab11080bd0eb421af authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'bug/static-function-in-convert' of github.com:Joelius300/CsvHelper into Joelius300-bug/static-function-in-convert

github.com/joshclose/CsvHelper - 0c77e2417a01a131ce70e0f2a9889e755be258df authored about 2 years ago by Josh Close <[email protected]>
Fixed typo in docs.

github.com/joshclose/CsvHelper - dc2d5b39354104470476009cb0b780fb974a3581 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'petermcneely-master'

github.com/joshclose/CsvHelper - 33027aa90312e93383c5b9b23074d85a30695bbb authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'master' of github.com:petermcneely/CsvHelper into petermcneely-master

github.com/joshclose/CsvHelper - cdc82047a60c5fb6c3c1de4846f782ad0f9d235f authored about 2 years ago by Josh Close <[email protected]>
Merge pull request #1963 from monty241/patch-1

Update CsvConfiguration.cs

github.com/joshclose/CsvHelper - 97ae3d4b8138368d68ef75ed41b7bea6396a35e0 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'karsaac-patch-1'

github.com/joshclose/CsvHelper - ef2f2870dc3c858da1a29dfd09cabd1f18f0318b authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'patch-1' of github.com:karsaac/CsvHelper into karsaac-patch-1

github.com/joshclose/CsvHelper - 7fe345d9aa10334a485a4fdd6ed0344799b022a1 authored about 2 years ago by Josh Close <[email protected]>
Merge branch 'BBosman-26to27'

github.com/joshclose/CsvHelper - f2e9483db35b4f58fba9ea64b476506b971ca675 authored about 2 years ago by Josh Close <[email protected]>
Merge branch '26to27' of github.com:BBosman/CsvHelper into BBosman-26to27

github.com/joshclose/CsvHelper - 2a74aa3d02ff1f583d992900a7c3baf887afcd41 authored about 2 years ago by Josh Close <[email protected]>
Fixed failing unit test.

github.com/joshclose/CsvHelper - 546426b0cab540c03c430b8e9bb502cc86262003 authored about 2 years ago by Josh Close <[email protected]>
Merge pull request #1982 from jakubqwe/master

Fix TryGetField exception

github.com/joshclose/CsvHelper - c65e69e860a2c80fb9bd6a9429b705f9d8fdcd4e authored about 2 years ago by Josh Close <[email protected]>
Merge pull request #1989 from BenjaminMichaelis/FixBrokenLink

Fix broken link

github.com/joshclose/CsvHelper - dcbda6cf573c8025b308bbaa907a8b29be3443fe authored about 2 years ago by Josh Close <[email protected]>
Merge pull request #2007 from MarkPflug/configureawait

Add missing ConfigureAwait(false) calls to avoid deadlocking in synch…

github.com/joshclose/CsvHelper - bc60b088f7fa1e4d49e37fc477de47beceef0c60 authored about 2 years ago by Josh Close <[email protected]>
Merge pull request #2015 from Owenll66/patch-1

Pass configuration in the CsvReader constructor

github.com/joshclose/CsvHelper - 4b6d1ff7ed45bf7a7e7ca642ee280945d7352f2b authored about 2 years ago by Josh Close <[email protected]>
Nullable fixes. Not complete.

github.com/joshclose/CsvHelper - 1860696afbe016644f74ba45b1c0245d4492b2e3 authored about 2 years ago by Josh Close <[email protected]>