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

Cleanup.

github.com/joshclose/CsvHelper - bfd7b76620dabad783e4956646b3179a12d274c5 authored almost 10 years ago by Josh Close <[email protected]>
Add test and fix issue #349.

github.com/joshclose/CsvHelper - a28597f05e12003d08e3e126ad15aefb392ac3fa authored almost 10 years ago by Friedrich von Never <[email protected]>
add null/empty string check

github.com/joshclose/CsvHelper - a0787fa91c289d069ce5797378faa5810eb8bc39 authored almost 10 years ago by Chris Vann <[email protected]>
Cleanup pull request. Made EnumerableHelper into extension methods.

github.com/joshclose/CsvHelper - 5e98a0e73213ed876e9c85666bc64a2d1bfeac7d authored almost 10 years ago by Josh Close <[email protected]>
Allow preservation of numeric strings for Excel

github.com/joshclose/CsvHelper - ea9b371871c7d45d8069011ad066671c65d7a93c authored almost 10 years ago by Chris Vann <[email protected]>
Fix typo and remove unused namespaces

github.com/joshclose/CsvHelper - e633d49636d922d12c60c1032916cabb766bf138 authored almost 10 years ago by Damian Green <[email protected]>
Updated licensing to dual Apache 2.0 and MS-PL licenses. Updated copyright. Updated all file headers.

github.com/joshclose/CsvHelper - 912960a6f3546719b78f7005e6531bc4dd8c28cd authored almost 10 years ago by Josh Close <[email protected]>
Merge pull request #326 from AlbertoMonteiro/master

Forcing 'en-US' culture in test

github.com/joshclose/CsvHelper - 0add0a5a8d62bc78fe6edc096ea79bf969106d78 authored about 10 years ago by Josh Close <[email protected]>
Forcing 'en-US' culture in test to avoid failing when loading in computer that is not configured for 'en-US' culture

github.com/joshclose/CsvHelper - a87b215a6525fdafd30926911f16763621e7a5e0 authored about 10 years ago by Alberto Monteiro <[email protected]>
Version bump.

github.com/joshclose/CsvHelper - ebd1f238510c9b321e32c02f4cafacbb960bd0e3 authored about 10 years ago by Josh Close <[email protected]>
Cleanup.

github.com/joshclose/CsvHelper - 46e3aa875b7a878ebdbaaf7142d2cc6d0d97efaf authored about 10 years ago by Josh Close <[email protected]>
Including type-centric method for writing records.

github.com/joshclose/CsvHelper - 21cf80182c235096006d9d2834850efa82fe4f78 authored about 10 years ago by Douglas Drinka <[email protected]>
Changed CsvWriter to match form of CsvReader with both generic and type-centric methods for reading/writing fields and records.

github.com/joshclose/CsvHelper - 4ba5febe6bbfcfa2dbc942ccb66ff2e3922c6693 authored about 10 years ago by Douglas Drinka <[email protected]>
Fixed issue where char converter would trim a single space string.

github.com/joshclose/CsvHelper - 904554678a62b33dbc252db8e66e3ac8e4ff3222 authored about 10 years ago by Josh Close <[email protected]>
Version bump.

github.com/joshclose/CsvHelper - 32607892edf91ca6a158c8f47ef2d86c9639b5b2 authored about 10 years ago by Josh Close <[email protected]>
Cleanup.

github.com/joshclose/CsvHelper - 49765259ac2ffc2327c425c95dfb4c4d7c7dfb62 authored about 10 years ago by Josh Close <[email protected]>
- Added support to ignore whitespace when determining a record is empty

github.com/joshclose/CsvHelper - 111cbe220107b3ae1a19938a3dc1d4b1c43ffda8 authored about 10 years ago by Ralph Willgoss <[email protected]>
Fixed breaking change to not break.

github.com/joshclose/CsvHelper - 327d28822b0b4b7cfedf940793d45e7e1d0c14b4 authored about 10 years ago by Josh Close <[email protected]>
Fixed issue where header wasn't written when there were no records in the IEnumerable on WriteRecords( IEnumerable ).

github.com/joshclose/CsvHelper - 4f2da5314198289f5df7ad10b65dc8f0f2c52373 authored about 10 years ago by Josh Close <[email protected]>
Feature - Reference prefixes when mapping #270

Added .Prefix() method to CsvPropertyReferenceMap so that reference
properties could have their ...

github.com/joshclose/CsvHelper - ad785210aaa33711cb46d3d5596419d0c5c6e00f authored about 10 years ago by Phil Lee <[email protected]>
Fixed issue where an exception was always thrown if Configuration.ThrowOnBadData is on.

github.com/joshclose/CsvHelper - 30a3a6676c64d953ad2aa94302280a30db44294a authored about 10 years ago by Josh Close <[email protected]>
Updated version number. Accidently pushed package with old dlls.

github.com/joshclose/CsvHelper - c674cc54a77f2cd356fb18e3953afc1b4985b2da authored about 10 years ago by Josh Close <[email protected]>
Updated version.

github.com/joshclose/CsvHelper - b09e821c9c7aba5d2591bed3cdcd345f3ae173e6 authored about 10 years ago by Josh Close <[email protected]>
Added configurations for a callback when a bad field is detected. Added configuration to throw an exception when a bad field is detected.

github.com/joshclose/CsvHelper - dbb36367b6df6e86d7572dcb6c91ff6e9cf1dd3a authored about 10 years ago by Josh Close <[email protected]>
Made mapping with interfaces not duplicate property maps.

github.com/joshclose/CsvHelper - 0bdd4af711e0e87bc9d41570587c3e955be0de17 authored over 10 years ago by Josh Close <[email protected]>
Updated version number.

github.com/joshclose/CsvHelper - 138754a18e0cc41299f07dc2040cb285ab1ed44f authored over 10 years ago by Josh Close <[email protected]>
Fixed issue with mappings overwriting an explicitly set index when re-indexing.

github.com/joshclose/CsvHelper - 1cf7a396e4410a987039cf8a0719b2ec64ac859c authored over 10 years ago by Josh Close <[email protected]>
Upgraded solution and projects to VS 2013.

github.com/joshclose/CsvHelper - 7e1d9bb6737c4fbb543ccff8c5c1992b6d00bea3 authored over 10 years ago by Josh Close <[email protected]>
Unsaved project.

github.com/joshclose/CsvHelper - 3c9782d58997022ca7065b85b37099513cea0da8 authored over 10 years ago by Josh Close <[email protected]>
Auto mapping will ignore Enumerable properties instead of throwing an exception. Exceptions will still be thrown if an Enumerable is used outside of auto mapping.

github.com/joshclose/CsvHelper - c3605f64b19cdbf354c6def80586dc56ec18fc41 authored over 10 years ago by Josh Close <[email protected]>
Updated version. Created nuget push bat file.

github.com/joshclose/CsvHelper - 0b2b21a360df4ed3f2d0dc3cdad088a2d4e68cce authored over 10 years ago by Josh Close <[email protected]>
Fixed issue where using dynamic proxy objects would always automap instead of using a registered class map.

github.com/joshclose/CsvHelper - 8ad88fe41b471142a520c215ed56deeddcc94bf3 authored over 10 years ago by Josh Close <[email protected]>
Fixed issue when trimming fields and the field is null.

github.com/joshclose/CsvHelper - a7c27dcdd78506f049355cf6555a01ab1a9cff72 authored over 10 years ago by Josh Close <[email protected]>
Fixed issue when writing a field and the value is null.

github.com/joshclose/CsvHelper - 67865c2e7b3e4f779a73e24bf987534acc5e76c6 authored over 10 years ago by Josh Close <[email protected]>
Removed unused projects.

github.com/joshclose/CsvHelper - d1f68d48790bcdb3b24490f102456875eabe3c73 authored over 10 years ago by Josh Close <[email protected]>
Removed SL4, SL5, WP7, WP8 and RT45 projects; the PCL projects covers all these. Cleaned up compiler directives.

github.com/joshclose/CsvHelper - d46a3b07f94a1542bdc499db73cbb69f108bd036 authored over 10 years ago by Josh Close <[email protected]>
Removed deprecated writer methods. Too many people complaining about them.

github.com/joshclose/CsvHelper - 8ba7005badb121712305020be3e1a10546b3a773 authored over 10 years ago by Josh Close <[email protected]>
Fix CsvParser.Row when IgnoreBlank & SkipLines = f

Add Test. Verified other tests are not impacted.

github.com/joshclose/CsvHelper - c6f82daeefe335d18199c9bac49231804beaf91a authored over 10 years ago by Jon Hamm <[email protected]>
Merge branch 'master' of github.com:JoshClose/CsvHelper

github.com/joshclose/CsvHelper - 7b18134bff5212fb8b64e86a916dffeb8e118ffa authored over 10 years ago by Josh Close <[email protected]>
Updated version.

github.com/joshclose/CsvHelper - 6306f4bda161198a5d9822155fe609f4cb51707d authored over 10 years ago by Josh Close <[email protected]>
Update README.markdown

github.com/joshclose/CsvHelper - da0ba5a004fecdecc12fcff6a0ac2121ec24f41e authored over 10 years ago by Josh Close <[email protected]>
Fixed issue with mapping order when no index is specified.

github.com/joshclose/CsvHelper - 7476295e27c1fdf702ac0f8d96ea5f9e5e9f724c authored over 10 years ago by Josh Close <[email protected]>
PCL implementation. .NET 4.0+, Silverlight 4.0+, Windows Phone 7.5+, Windows 8

github.com/joshclose/CsvHelper - 1cebef513a190dfdeaf125123ea234d55dd798d2 authored over 10 years ago by Josh Close <[email protected]>
Excel separator record reading and writing.

github.com/joshclose/CsvHelper - 9abd8bb2152fffbfdfc5b1fc1c26451d73e68aff authored over 10 years ago by Josh Close <[email protected]>
Speed up writer. Merging pull request from thecontrarycat.

github.com/joshclose/CsvHelper - e3c28ac8f01368f7f40123714dfe34cb8651b16c authored over 10 years ago by Josh Close <[email protected]>
Updated version.

github.com/joshclose/CsvHelper - 7a8181f765a951a1b7669da0a845a87df6ec499a authored over 10 years ago by Josh Close <[email protected]>
Fixed issue when writing and a reference map type is a struct.

github.com/joshclose/CsvHelper - 474984e720a2265f30c1fae13e6dd162b88d2b14 authored over 10 years ago by Josh Close <[email protected]>
Added config to prefix headers of reference properties with the parent property name when automapping.

github.com/joshclose/CsvHelper - 5954bd270f1cf9b77241ac20e8cf6a260138b3bf authored over 10 years ago by Josh Close <[email protected]>
Ability to ignore blank lines. When this config option is set to false, the parser will return an array of nulls. You can differentiate between a row with commas this way. The reader will behave the same way as a blank record.

github.com/joshclose/CsvHelper - 659405619a4a5bfa898e26a201ab38bb80571c3d authored over 10 years ago by Josh Close <[email protected]>
Fixed nuspec.

github.com/joshclose/CsvHelper - b5d0563510bafcf1cbba7ed3423d6b9d19349a46 authored almost 11 years ago by Josh Close <[email protected]>
Updated version. Made NuSpec build file.

github.com/joshclose/CsvHelper - 426db6ae8e67a5ca39cf697b2e3d3382abdace57 authored almost 11 years ago by Josh Close <[email protected]>
Global TypeConverterOptions working with class maps.

github.com/joshclose/CsvHelper - 43c2d77acfb6321bd075da525ce4f8164d74b13e authored almost 11 years ago by Josh Close <[email protected]>
Added global type converter options that will be used as defaults if set.

github.com/joshclose/CsvHelper - 5cdc5ff9d620b96cf518e433f45c5067e3a25542 authored almost 11 years ago by Josh Close <[email protected]>
Casting type returned from ConvertUsing to the property type to avoid "Operation Could Destabilize the Runtime" error.

github.com/joshclose/CsvHelper - aef879c32b07419e2f670b5d0d787fe9f17ccdaa authored almost 11 years ago by Josh Close <[email protected]>
Added easier access to property maps so maps can be changed easier on the fly.

github.com/joshclose/CsvHelper - 1535196bdb0caae5b5f5ebc80c37f6666e9a3f1c authored almost 11 years ago by Josh Close <[email protected]>
Added option to ignore references when auto mapping.

github.com/joshclose/CsvHelper - 9fdc1bbd90c8a14ea7c53b165059d91182fe35c4 authored almost 11 years ago by Josh Close <[email protected]>
Added AutoMap to CsvClassMap.

github.com/joshclose/CsvHelper - 8139b2db0a0e1c7f4ee85319ac5bc1833e788b59 authored almost 11 years ago by Josh Close <[email protected]>
Changed release notes in NuGet package to point to the documentation site's change log.

github.com/joshclose/CsvHelper - e7f175985532826a3d520c3c50a0518d8378000d authored almost 11 years ago by Josh Close <[email protected]>
Removed the need to override CreateMap. Mappings can be specified in the constructor now.

github.com/joshclose/CsvHelper - 3aac4c07b7c418a00e50514338c36de862fc0b29 authored almost 11 years ago by Josh Close <[email protected]>
Create solution for just the latest version of .NET to develop faster.

github.com/joshclose/CsvHelper - be1b0de90785a1baa981ed9d99e7c303899e52c9 authored almost 11 years ago by Josh Close <[email protected]>
Updated version.

github.com/joshclose/CsvHelper - aa6c863b7071a887a5cdeb74103a0e5bce6b2ea2 authored almost 11 years ago by Josh Close <[email protected]>
Fixed issue where parsing would add delimiter chars to the field when the buffer ran out in the middle of the delimiter.

github.com/joshclose/CsvHelper - 28143c41fa831ca71a1efec644416a20494cd19b authored almost 11 years ago by Josh Close <[email protected]>
Version bump in nuspec.

github.com/joshclose/CsvHelper - 7472c471dc31ecb74a8880a09e96608dc2804f4a authored almost 11 years ago by Josh Close <[email protected]>
Updated header info.

github.com/joshclose/CsvHelper - 637b941fd2ca9af0f081ad315106ffcf1b674c69 authored almost 11 years ago by Josh Close <[email protected]>
Fixed bug where a NullReferenceException was thrown when using reference maps and a reference was null.

github.com/joshclose/CsvHelper - 323b4a3b68aa6b8e8177647ac4e4c417b03cb298 authored almost 11 years ago by Josh Close <[email protected]>
TryGetField will not throw MissingFieldException.

github.com/joshclose/CsvHelper - 4fb2bce965efd2a1cac1c9343c4cc569181a8f48 authored almost 11 years ago by Josh Close <[email protected]>
Fixed issue where a commented row on the last line that doesn't have a newline will return the commented row.

github.com/joshclose/CsvHelper - f54de0ce35288b55c6efc94babb0a03896b388af authored about 11 years ago by Josh Close <[email protected]>
Fixed NuGet package for WP8.

github.com/joshclose/CsvHelper - 76af42198f0b2f1995032b05e2598b2896c4a658 authored about 11 years ago by Josh Close <[email protected]>
Added missing WriteHeader methods to ICsvWriter that were already in CsvWriter.

github.com/joshclose/CsvHelper - 0fbb61865aa066ea6ceddf26e118614423d1acef authored about 11 years ago by Josh Close <[email protected]>
Split the writing up into a writer and a serializer so the writer can write other things besides CSV files.

github.com/joshclose/CsvHelper - bdb7b661d0965fe356b434b3eda0bf7d6a6cebce authored about 11 years ago by Josh Close <[email protected]>
Version bump.

github.com/joshclose/CsvHelper - ba0097e8c74abd6fe5c5dca1d4992113dac409f8 authored about 11 years ago by Josh Close <[email protected]>
DateTime and TimeSpan converter ComponentModel compatibility tests.

github.com/joshclose/CsvHelper - 5b0e4210ffb090337740b470e333cd4e4990aa00 authored about 11 years ago by Josh Close <[email protected]>
Fixed issue with extra exception info not being added when the reading exception callback is used.

github.com/joshclose/CsvHelper - c137ca406168277edc7cdbc84e820b348a86831d authored about 11 years ago by Josh Close <[email protected]>
Fixed issues with TimeSpanConverter implementation.

github.com/joshclose/CsvHelper - 7392715485fe2bf3c668f812e078696be3da6b4c authored about 11 years ago by Josh Close <[email protected]>
Updated header text to give copyright to contributors also.

github.com/joshclose/CsvHelper - b89dc9af1b331f13247bdf4ad01a83fdaf49a5c1 authored about 11 years ago by Josh Close <[email protected]>
Cleanup.

github.com/joshclose/CsvHelper - 7dd92ee688d59a07b8c365ad4eb00636ef7f1137 authored about 11 years ago by Josh Close <[email protected]>
Merge branch 'master' of https://github.com/khasibhatla/CsvHelper into khasibhatla-master

github.com/joshclose/CsvHelper - 63530322e02dab83a0b9ec52d5f2ab2a416ed0f1 authored about 11 years ago by Josh Close <[email protected]>
Fixed issue where having only reference maps throws an exception.

github.com/joshclose/CsvHelper - 0a464d0b543b28ca5550dd82b7b559c2f0f0f968 authored over 11 years ago by Josh Close <[email protected]>
Support for writing records of type dynamic. The dynamic objects do not work with collections, which means ExpandoObject doesn't currently work.

github.com/joshclose/CsvHelper - 26a97f3873668c704d470605562a04f0d16935f6 authored over 11 years ago by Josh Close <[email protected]>
Add Trim Field to CsvWriter

I expected TrimFields to act in the same way as the reader when writing

github.com/joshclose/CsvHelper - 8df031daaa4da4397cf617fd9cfbf25a096da87c authored over 11 years ago by gmcve <[email protected]>
Support for TimeSpan object

Added support for TimeSpan, since the on the way in TimeSpan always came
back as 00:00:00.000

github.com/joshclose/CsvHelper - a7cef91346d8c4db9ce9b26e5711f1462a18a24c authored over 11 years ago by Aravind Khasibhatla <[email protected]>
Fixed issue with parser where a line wouldn't end if the previous char was a \0.

github.com/joshclose/CsvHelper - be61347a3a0f733171a6d0badd33f68bc03f09a8 authored over 11 years ago by Josh Close <[email protected]>
Fixed issue where trimming fields didn't work in one case.

github.com/joshclose/CsvHelper - dafe6d8677a1563e096ef8a77617174021755903 authored over 11 years ago by Josh Close <[email protected]>
Versino bump.

github.com/joshclose/CsvHelper - 609d81ab8f70808868f05c93323c09d995a8f1ea authored over 11 years ago by Josh Close <[email protected]>
Added Row property to ICsvReader

github.com/joshclose/CsvHelper - d5c83ea6f44949c2a862eb075a44bab5ba315bdd authored over 11 years ago by Erik Schierboom <[email protected]>
Trim headers and values when reading.

github.com/joshclose/CsvHelper - 4f64f114caf077266158f7c0341b9773376a3b4d authored over 11 years ago by Josh Close <[email protected]>
Version bump.

github.com/joshclose/CsvHelper - 66814c4476b7df21533125215da48eb605e2dcc5 authored over 11 years ago by Josh Close <[email protected]>
missing mapped columns are ignored if WillThrowOnMissingField = false

Issue #166

github.com/joshclose/CsvHelper - f5cdedb7af873a14744c452af5a5409bc5c6c004 authored over 11 years ago by kanelor <[email protected]>
Made RegisterClassMap overload with CsvClassMap instance public

github.com/joshclose/CsvHelper - 8c9d6f22fd6b58e1198bb14414c100acec94236a authored over 11 years ago by Erik Schierboom <[email protected]>
Updated documentation URL in the readme file.

github.com/joshclose/CsvHelper - 016d08ce299f63890e80c4950196e5c189de87d7 authored over 11 years ago by Josh Close <[email protected]>
Made an Any CPU version of WinRT build and remove the arch specific versions.

github.com/joshclose/CsvHelper - 117fd04ffdf8384bc064cf81468f30c3dc31776b authored over 11 years ago by Josh Close <[email protected]>
Updated version.

github.com/joshclose/CsvHelper - 46797b6cf6c8a8f9e6e897249c7259cc6a387c9e authored over 11 years ago by Josh Close <[email protected]>
Parser configuration for ignoring quotes and treating them like any other character.

github.com/joshclose/CsvHelper - 3f5f96fa69ac3aa210886f5dd538936ac44dc1eb authored over 11 years ago by Josh Close <[email protected]>
Added CsvFactory.

github.com/joshclose/CsvHelper - bc3b5768e4ac5c0023f36c38efe55735749bad2a authored over 11 years ago by Josh Close <[email protected]>
Added methods to unregister class maps.

github.com/joshclose/CsvHelper - 97372508c00d94e01022b53cea9ba30c16cc5f5a authored over 11 years ago by Josh Close <[email protected]>
API cleanup. Strong named all assemblies.

github.com/joshclose/CsvHelper - 741f639fbdad8971a9c1b2d1475ac132e9e35f06 authored over 11 years ago by Josh Close <[email protected]>
Fixed issue with getting the exception helper message when writing because no parser is available.

github.com/joshclose/CsvHelper - d49be926e449fba69b0a9f59be66590fa8d759b3 authored over 11 years ago by Josh Close <[email protected]>