Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/joshclose/CsvHelper
Library to help reading and writing CSV files
https://github.com/joshclose/CsvHelper
Cleanup.
bfd7b76620dabad783e4956646b3179a12d274c5 authored almost 10 years ago by Josh Close <[email protected]>
bfd7b76620dabad783e4956646b3179a12d274c5 authored almost 10 years ago by Josh Close <[email protected]>
Add test and fix issue #349.
a28597f05e12003d08e3e126ad15aefb392ac3fa authored almost 10 years ago by Friedrich von Never <[email protected]>
a28597f05e12003d08e3e126ad15aefb392ac3fa authored almost 10 years ago by Friedrich von Never <[email protected]>
add null/empty string check
a0787fa91c289d069ce5797378faa5810eb8bc39 authored almost 10 years ago by Chris Vann <[email protected]>
a0787fa91c289d069ce5797378faa5810eb8bc39 authored almost 10 years ago by Chris Vann <[email protected]>
Cleanup pull request. Made EnumerableHelper into extension methods.
5e98a0e73213ed876e9c85666bc64a2d1bfeac7d authored almost 10 years ago by Josh Close <[email protected]>
5e98a0e73213ed876e9c85666bc64a2d1bfeac7d authored almost 10 years ago by Josh Close <[email protected]>
Allow preservation of numeric strings for Excel
ea9b371871c7d45d8069011ad066671c65d7a93c authored almost 10 years ago by Chris Vann <[email protected]>
ea9b371871c7d45d8069011ad066671c65d7a93c authored almost 10 years ago by Chris Vann <[email protected]>
Fix typo and remove unused namespaces
e633d49636d922d12c60c1032916cabb766bf138 authored almost 10 years ago by Damian Green <[email protected]>
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.
912960a6f3546719b78f7005e6531bc4dd8c28cd authored almost 10 years ago by Josh Close <[email protected]>
912960a6f3546719b78f7005e6531bc4dd8c28cd authored almost 10 years ago by Josh Close <[email protected]>
Merge pull request #326 from AlbertoMonteiro/master
Forcing 'en-US' culture in test
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
a87b215a6525fdafd30926911f16763621e7a5e0 authored about 10 years ago by Alberto Monteiro <[email protected]>
a87b215a6525fdafd30926911f16763621e7a5e0 authored about 10 years ago by Alberto Monteiro <[email protected]>
Version bump.
ebd1f238510c9b321e32c02f4cafacbb960bd0e3 authored about 10 years ago by Josh Close <[email protected]>
ebd1f238510c9b321e32c02f4cafacbb960bd0e3 authored about 10 years ago by Josh Close <[email protected]>
Cleanup.
46e3aa875b7a878ebdbaaf7142d2cc6d0d97efaf authored about 10 years ago by Josh Close <[email protected]>
46e3aa875b7a878ebdbaaf7142d2cc6d0d97efaf authored about 10 years ago by Josh Close <[email protected]>
Including type-centric method for writing records.
21cf80182c235096006d9d2834850efa82fe4f78 authored about 10 years ago by Douglas Drinka <[email protected]>
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.
4ba5febe6bbfcfa2dbc942ccb66ff2e3922c6693 authored about 10 years ago by Douglas Drinka <[email protected]>
4ba5febe6bbfcfa2dbc942ccb66ff2e3922c6693 authored about 10 years ago by Douglas Drinka <[email protected]>
Fixed issue where char converter would trim a single space string.
904554678a62b33dbc252db8e66e3ac8e4ff3222 authored about 10 years ago by Josh Close <[email protected]>
904554678a62b33dbc252db8e66e3ac8e4ff3222 authored about 10 years ago by Josh Close <[email protected]>
Version bump.
32607892edf91ca6a158c8f47ef2d86c9639b5b2 authored about 10 years ago by Josh Close <[email protected]>
32607892edf91ca6a158c8f47ef2d86c9639b5b2 authored about 10 years ago by Josh Close <[email protected]>
Cleanup.
49765259ac2ffc2327c425c95dfb4c4d7c7dfb62 authored about 10 years ago by Josh Close <[email protected]>
49765259ac2ffc2327c425c95dfb4c4d7c7dfb62 authored about 10 years ago by Josh Close <[email protected]>
- Added support to ignore whitespace when determining a record is empty
111cbe220107b3ae1a19938a3dc1d4b1c43ffda8 authored about 10 years ago by Ralph Willgoss <[email protected]>
111cbe220107b3ae1a19938a3dc1d4b1c43ffda8 authored about 10 years ago by Ralph Willgoss <[email protected]>
Fixed breaking change to not break.
327d28822b0b4b7cfedf940793d45e7e1d0c14b4 authored about 10 years ago by Josh Close <[email protected]>
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 ).
4f2da5314198289f5df7ad10b65dc8f0f2c52373 authored about 10 years ago by Josh Close <[email protected]>
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 ...
Fixed issue where an exception was always thrown if Configuration.ThrowOnBadData is on.
30a3a6676c64d953ad2aa94302280a30db44294a authored about 10 years ago by Josh Close <[email protected]>
30a3a6676c64d953ad2aa94302280a30db44294a authored about 10 years ago by Josh Close <[email protected]>
Updated version number. Accidently pushed package with old dlls.
c674cc54a77f2cd356fb18e3953afc1b4985b2da authored about 10 years ago by Josh Close <[email protected]>
c674cc54a77f2cd356fb18e3953afc1b4985b2da authored about 10 years ago by Josh Close <[email protected]>
Updated version.
b09e821c9c7aba5d2591bed3cdcd345f3ae173e6 authored about 10 years ago by Josh Close <[email protected]>
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.
dbb36367b6df6e86d7572dcb6c91ff6e9cf1dd3a authored about 10 years ago by Josh Close <[email protected]>
dbb36367b6df6e86d7572dcb6c91ff6e9cf1dd3a authored about 10 years ago by Josh Close <[email protected]>
Made mapping with interfaces not duplicate property maps.
0bdd4af711e0e87bc9d41570587c3e955be0de17 authored over 10 years ago by Josh Close <[email protected]>
0bdd4af711e0e87bc9d41570587c3e955be0de17 authored over 10 years ago by Josh Close <[email protected]>
Updated version number.
138754a18e0cc41299f07dc2040cb285ab1ed44f authored over 10 years ago by Josh Close <[email protected]>
138754a18e0cc41299f07dc2040cb285ab1ed44f authored over 10 years ago by Josh Close <[email protected]>
Fixed issue with mappings overwriting an explicitly set index when re-indexing.
1cf7a396e4410a987039cf8a0719b2ec64ac859c authored over 10 years ago by Josh Close <[email protected]>
1cf7a396e4410a987039cf8a0719b2ec64ac859c authored over 10 years ago by Josh Close <[email protected]>
Upgraded solution and projects to VS 2013.
7e1d9bb6737c4fbb543ccff8c5c1992b6d00bea3 authored over 10 years ago by Josh Close <[email protected]>
7e1d9bb6737c4fbb543ccff8c5c1992b6d00bea3 authored over 10 years ago by Josh Close <[email protected]>
Unsaved project.
3c9782d58997022ca7065b85b37099513cea0da8 authored over 10 years ago by Josh Close <[email protected]>
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.
c3605f64b19cdbf354c6def80586dc56ec18fc41 authored over 10 years ago by Josh Close <[email protected]>
c3605f64b19cdbf354c6def80586dc56ec18fc41 authored over 10 years ago by Josh Close <[email protected]>
Updated version. Created nuget push bat file.
0b2b21a360df4ed3f2d0dc3cdad088a2d4e68cce authored over 10 years ago by Josh Close <[email protected]>
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.
8ad88fe41b471142a520c215ed56deeddcc94bf3 authored over 10 years ago by Josh Close <[email protected]>
8ad88fe41b471142a520c215ed56deeddcc94bf3 authored over 10 years ago by Josh Close <[email protected]>
Fixed issue when trimming fields and the field is null.
a7c27dcdd78506f049355cf6555a01ab1a9cff72 authored over 10 years ago by Josh Close <[email protected]>
a7c27dcdd78506f049355cf6555a01ab1a9cff72 authored over 10 years ago by Josh Close <[email protected]>
Fixed issue when writing a field and the value is null.
67865c2e7b3e4f779a73e24bf987534acc5e76c6 authored over 10 years ago by Josh Close <[email protected]>
67865c2e7b3e4f779a73e24bf987534acc5e76c6 authored over 10 years ago by Josh Close <[email protected]>
Removed unused projects.
d1f68d48790bcdb3b24490f102456875eabe3c73 authored over 10 years ago by Josh Close <[email protected]>
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.
d46a3b07f94a1542bdc499db73cbb69f108bd036 authored over 10 years ago by Josh Close <[email protected]>
d46a3b07f94a1542bdc499db73cbb69f108bd036 authored over 10 years ago by Josh Close <[email protected]>
Removed deprecated writer methods. Too many people complaining about them.
8ba7005badb121712305020be3e1a10546b3a773 authored over 10 years ago by Josh Close <[email protected]>
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.
c6f82daeefe335d18199c9bac49231804beaf91a authored over 10 years ago by Jon Hamm <[email protected]>
Merge branch 'master' of github.com:JoshClose/CsvHelper
7b18134bff5212fb8b64e86a916dffeb8e118ffa authored over 10 years ago by Josh Close <[email protected]>
7b18134bff5212fb8b64e86a916dffeb8e118ffa authored over 10 years ago by Josh Close <[email protected]>
Updated version.
6306f4bda161198a5d9822155fe609f4cb51707d authored over 10 years ago by Josh Close <[email protected]>
6306f4bda161198a5d9822155fe609f4cb51707d authored over 10 years ago by Josh Close <[email protected]>
Update README.markdown
da0ba5a004fecdecc12fcff6a0ac2121ec24f41e authored over 10 years ago by Josh Close <[email protected]>
da0ba5a004fecdecc12fcff6a0ac2121ec24f41e authored over 10 years ago by Josh Close <[email protected]>
Fixed issue with mapping order when no index is specified.
7476295e27c1fdf702ac0f8d96ea5f9e5e9f724c authored over 10 years ago by Josh Close <[email protected]>
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
1cebef513a190dfdeaf125123ea234d55dd798d2 authored over 10 years ago by Josh Close <[email protected]>
1cebef513a190dfdeaf125123ea234d55dd798d2 authored over 10 years ago by Josh Close <[email protected]>
Excel separator record reading and writing.
9abd8bb2152fffbfdfc5b1fc1c26451d73e68aff authored over 10 years ago by Josh Close <[email protected]>
9abd8bb2152fffbfdfc5b1fc1c26451d73e68aff authored over 10 years ago by Josh Close <[email protected]>
Speed up writer. Merging pull request from thecontrarycat.
e3c28ac8f01368f7f40123714dfe34cb8651b16c authored over 10 years ago by Josh Close <[email protected]>
e3c28ac8f01368f7f40123714dfe34cb8651b16c authored over 10 years ago by Josh Close <[email protected]>
Updated version.
7a8181f765a951a1b7669da0a845a87df6ec499a authored over 10 years ago by Josh Close <[email protected]>
7a8181f765a951a1b7669da0a845a87df6ec499a authored over 10 years ago by Josh Close <[email protected]>
Fixed issue when writing and a reference map type is a struct.
474984e720a2265f30c1fae13e6dd162b88d2b14 authored over 10 years ago by Josh Close <[email protected]>
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.
5954bd270f1cf9b77241ac20e8cf6a260138b3bf authored over 10 years ago by Josh Close <[email protected]>
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.
659405619a4a5bfa898e26a201ab38bb80571c3d authored over 10 years ago by Josh Close <[email protected]>
659405619a4a5bfa898e26a201ab38bb80571c3d authored over 10 years ago by Josh Close <[email protected]>
Fixed nuspec.
b5d0563510bafcf1cbba7ed3423d6b9d19349a46 authored almost 11 years ago by Josh Close <[email protected]>
b5d0563510bafcf1cbba7ed3423d6b9d19349a46 authored almost 11 years ago by Josh Close <[email protected]>
Updated version. Made NuSpec build file.
426db6ae8e67a5ca39cf697b2e3d3382abdace57 authored almost 11 years ago by Josh Close <[email protected]>
426db6ae8e67a5ca39cf697b2e3d3382abdace57 authored almost 11 years ago by Josh Close <[email protected]>
Global TypeConverterOptions working with class maps.
43c2d77acfb6321bd075da525ce4f8164d74b13e authored almost 11 years ago by Josh Close <[email protected]>
43c2d77acfb6321bd075da525ce4f8164d74b13e authored almost 11 years ago by Josh Close <[email protected]>
Added global type converter options that will be used as defaults if set.
5cdc5ff9d620b96cf518e433f45c5067e3a25542 authored almost 11 years ago by Josh Close <[email protected]>
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.
aef879c32b07419e2f670b5d0d787fe9f17ccdaa authored almost 11 years ago by Josh Close <[email protected]>
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.
1535196bdb0caae5b5f5ebc80c37f6666e9a3f1c authored almost 11 years ago by Josh Close <[email protected]>
1535196bdb0caae5b5f5ebc80c37f6666e9a3f1c authored almost 11 years ago by Josh Close <[email protected]>
Added option to ignore references when auto mapping.
9fdc1bbd90c8a14ea7c53b165059d91182fe35c4 authored almost 11 years ago by Josh Close <[email protected]>
9fdc1bbd90c8a14ea7c53b165059d91182fe35c4 authored almost 11 years ago by Josh Close <[email protected]>
Added AutoMap to CsvClassMap.
8139b2db0a0e1c7f4ee85319ac5bc1833e788b59 authored almost 11 years ago by Josh Close <[email protected]>
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.
e7f175985532826a3d520c3c50a0518d8378000d authored almost 11 years ago by Josh Close <[email protected]>
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.
3aac4c07b7c418a00e50514338c36de862fc0b29 authored almost 11 years ago by Josh Close <[email protected]>
3aac4c07b7c418a00e50514338c36de862fc0b29 authored almost 11 years ago by Josh Close <[email protected]>
Create solution for just the latest version of .NET to develop faster.
be1b0de90785a1baa981ed9d99e7c303899e52c9 authored almost 11 years ago by Josh Close <[email protected]>
be1b0de90785a1baa981ed9d99e7c303899e52c9 authored almost 11 years ago by Josh Close <[email protected]>
Updated version.
aa6c863b7071a887a5cdeb74103a0e5bce6b2ea2 authored almost 11 years ago by Josh Close <[email protected]>
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.
28143c41fa831ca71a1efec644416a20494cd19b authored almost 11 years ago by Josh Close <[email protected]>
28143c41fa831ca71a1efec644416a20494cd19b authored almost 11 years ago by Josh Close <[email protected]>
Version bump in nuspec.
7472c471dc31ecb74a8880a09e96608dc2804f4a authored almost 11 years ago by Josh Close <[email protected]>
7472c471dc31ecb74a8880a09e96608dc2804f4a authored almost 11 years ago by Josh Close <[email protected]>
Updated header info.
637b941fd2ca9af0f081ad315106ffcf1b674c69 authored almost 11 years ago by Josh Close <[email protected]>
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.
323b4a3b68aa6b8e8177647ac4e4c417b03cb298 authored almost 11 years ago by Josh Close <[email protected]>
323b4a3b68aa6b8e8177647ac4e4c417b03cb298 authored almost 11 years ago by Josh Close <[email protected]>
TryGetField will not throw MissingFieldException.
4fb2bce965efd2a1cac1c9343c4cc569181a8f48 authored almost 11 years ago by Josh Close <[email protected]>
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.
f54de0ce35288b55c6efc94babb0a03896b388af authored about 11 years ago by Josh Close <[email protected]>
f54de0ce35288b55c6efc94babb0a03896b388af authored about 11 years ago by Josh Close <[email protected]>
Fixed NuGet package for WP8.
76af42198f0b2f1995032b05e2598b2896c4a658 authored about 11 years ago by Josh Close <[email protected]>
76af42198f0b2f1995032b05e2598b2896c4a658 authored about 11 years ago by Josh Close <[email protected]>
Added missing WriteHeader methods to ICsvWriter that were already in CsvWriter.
0fbb61865aa066ea6ceddf26e118614423d1acef authored about 11 years ago by Josh Close <[email protected]>
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.
bdb7b661d0965fe356b434b3eda0bf7d6a6cebce authored about 11 years ago by Josh Close <[email protected]>
bdb7b661d0965fe356b434b3eda0bf7d6a6cebce authored about 11 years ago by Josh Close <[email protected]>
Version bump.
ba0097e8c74abd6fe5c5dca1d4992113dac409f8 authored about 11 years ago by Josh Close <[email protected]>
ba0097e8c74abd6fe5c5dca1d4992113dac409f8 authored about 11 years ago by Josh Close <[email protected]>
DateTime and TimeSpan converter ComponentModel compatibility tests.
5b0e4210ffb090337740b470e333cd4e4990aa00 authored about 11 years ago by Josh Close <[email protected]>
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.
c137ca406168277edc7cdbc84e820b348a86831d authored about 11 years ago by Josh Close <[email protected]>
c137ca406168277edc7cdbc84e820b348a86831d authored about 11 years ago by Josh Close <[email protected]>
Fixed issues with TimeSpanConverter implementation.
7392715485fe2bf3c668f812e078696be3da6b4c authored about 11 years ago by Josh Close <[email protected]>
7392715485fe2bf3c668f812e078696be3da6b4c authored about 11 years ago by Josh Close <[email protected]>
Updated header text to give copyright to contributors also.
b89dc9af1b331f13247bdf4ad01a83fdaf49a5c1 authored about 11 years ago by Josh Close <[email protected]>
b89dc9af1b331f13247bdf4ad01a83fdaf49a5c1 authored about 11 years ago by Josh Close <[email protected]>
Cleanup.
7dd92ee688d59a07b8c365ad4eb00636ef7f1137 authored about 11 years ago by Josh Close <[email protected]>
7dd92ee688d59a07b8c365ad4eb00636ef7f1137 authored about 11 years ago by Josh Close <[email protected]>
Merge branch 'master' of https://github.com/khasibhatla/CsvHelper into khasibhatla-master
63530322e02dab83a0b9ec52d5f2ab2a416ed0f1 authored about 11 years ago by Josh Close <[email protected]>
63530322e02dab83a0b9ec52d5f2ab2a416ed0f1 authored about 11 years ago by Josh Close <[email protected]>
Fixed issue where having only reference maps throws an exception.
0a464d0b543b28ca5550dd82b7b559c2f0f0f968 authored over 11 years ago by Josh Close <[email protected]>
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.
26a97f3873668c704d470605562a04f0d16935f6 authored over 11 years ago by Josh Close <[email protected]>
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
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
Fixed issue with parser where a line wouldn't end if the previous char was a \0.
be61347a3a0f733171a6d0badd33f68bc03f09a8 authored over 11 years ago by Josh Close <[email protected]>
be61347a3a0f733171a6d0badd33f68bc03f09a8 authored over 11 years ago by Josh Close <[email protected]>
Fixed issue where trimming fields didn't work in one case.
dafe6d8677a1563e096ef8a77617174021755903 authored over 11 years ago by Josh Close <[email protected]>
dafe6d8677a1563e096ef8a77617174021755903 authored over 11 years ago by Josh Close <[email protected]>
Versino bump.
609d81ab8f70808868f05c93323c09d995a8f1ea authored over 11 years ago by Josh Close <[email protected]>
609d81ab8f70808868f05c93323c09d995a8f1ea authored over 11 years ago by Josh Close <[email protected]>
Cleanup.
2b528a2133f4bb22cc8574e595c5b758e432783b authored over 11 years ago by Josh Close <[email protected]>
2b528a2133f4bb22cc8574e595c5b758e432783b authored over 11 years ago by Josh Close <[email protected]>
Added Row property to ICsvReader
d5c83ea6f44949c2a862eb075a44bab5ba315bdd authored over 11 years ago by Erik Schierboom <[email protected]>
d5c83ea6f44949c2a862eb075a44bab5ba315bdd authored over 11 years ago by Erik Schierboom <[email protected]>
Trim headers and values when reading.
4f64f114caf077266158f7c0341b9773376a3b4d authored over 11 years ago by Josh Close <[email protected]>
4f64f114caf077266158f7c0341b9773376a3b4d authored over 11 years ago by Josh Close <[email protected]>
Version bump.
66814c4476b7df21533125215da48eb605e2dcc5 authored over 11 years ago by Josh Close <[email protected]>
66814c4476b7df21533125215da48eb605e2dcc5 authored over 11 years ago by Josh Close <[email protected]>
Cleanup.
7d99ce74ee455a85633f224063f34a2702b9b7fc authored over 11 years ago by Josh Close <[email protected]>
7d99ce74ee455a85633f224063f34a2702b9b7fc authored over 11 years ago by Josh Close <[email protected]>
missing mapped columns are ignored if WillThrowOnMissingField = false
Issue #166
f5cdedb7af873a14744c452af5a5409bc5c6c004 authored over 11 years ago by kanelor <[email protected]>
Cleanup.
e91a8d179baa76ea9697275e169f79ecc0c1985a authored over 11 years ago by Josh Close <[email protected]>
e91a8d179baa76ea9697275e169f79ecc0c1985a authored over 11 years ago by Josh Close <[email protected]>
Made RegisterClassMap overload with CsvClassMap instance public
8c9d6f22fd6b58e1198bb14414c100acec94236a authored over 11 years ago by Erik Schierboom <[email protected]>
8c9d6f22fd6b58e1198bb14414c100acec94236a authored over 11 years ago by Erik Schierboom <[email protected]>
Updated documentation URL in the readme file.
016d08ce299f63890e80c4950196e5c189de87d7 authored over 11 years ago by Josh Close <[email protected]>
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.
117fd04ffdf8384bc064cf81468f30c3dc31776b authored over 11 years ago by Josh Close <[email protected]>
117fd04ffdf8384bc064cf81468f30c3dc31776b authored over 11 years ago by Josh Close <[email protected]>
Updated version.
46797b6cf6c8a8f9e6e897249c7259cc6a387c9e authored over 11 years ago by Josh Close <[email protected]>
46797b6cf6c8a8f9e6e897249c7259cc6a387c9e authored over 11 years ago by Josh Close <[email protected]>
Parser configuration for ignoring quotes and treating them like any other character.
3f5f96fa69ac3aa210886f5dd538936ac44dc1eb authored over 11 years ago by Josh Close <[email protected]>
3f5f96fa69ac3aa210886f5dd538936ac44dc1eb authored over 11 years ago by Josh Close <[email protected]>
Added CsvFactory.
bc3b5768e4ac5c0023f36c38efe55735749bad2a authored over 11 years ago by Josh Close <[email protected]>
bc3b5768e4ac5c0023f36c38efe55735749bad2a authored over 11 years ago by Josh Close <[email protected]>
Added methods to unregister class maps.
97372508c00d94e01022b53cea9ba30c16cc5f5a authored over 11 years ago by Josh Close <[email protected]>
97372508c00d94e01022b53cea9ba30c16cc5f5a authored over 11 years ago by Josh Close <[email protected]>
API cleanup. Strong named all assemblies.
741f639fbdad8971a9c1b2d1475ac132e9e35f06 authored over 11 years ago by Josh Close <[email protected]>
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.
d49be926e449fba69b0a9f59be66590fa8d759b3 authored over 11 years ago by Josh Close <[email protected]>
d49be926e449fba69b0a9f59be66590fa8d759b3 authored over 11 years ago by Josh Close <[email protected]>