File tree 2 files changed +5
-9
lines changed
src/WebApiContrib.Core.Formatter.Csv
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ WebApiContrib.Core.Formatter.Csv [![NuGet Status](http://img.shields.io/nuget/v/
4
4
5
5
# History
6
6
7
+ 2018.10.24: Support IEnumerable instead of ILIst for the OutputFormatter, OrderBy and format fix
7
8
2018.09.14: Added correct usage of CanRead/CanReadType
8
9
2018.05.31: Adding support for ignoring propeties in the CSV DTO
9
10
2018.04.18: Adding support for customization of the header with the display attribute
@@ -189,16 +190,11 @@ This data can then be used to upload the csv data to the server which is then co
189
190
190
191
```
191
192
192
- The following image shows that the data is imported correctly.
193
-
194
-
195
- <img src =" https://damienbod.files.wordpress.com/2016/06/importexportcsv.png " alt =" importExportCsv " width =" 598 " height =" 558 " class =" alignnone size-full wp-image-6742 " />
196
-
197
- <strong >Notes</strong >
193
+ ## Notes
198
194
199
195
The implementation of the InputFormatter and the OutputFormatter classes are specific for a list of simple classes with only properties. If you require or use more complex classes, these implementations need to be changed.
200
196
201
- < strong > Links</ strong >
197
+ ## Links
202
198
203
199
http://www.tugberkugurlu.com/archive/creating-custom-csvmediatypeformatter-in-asp-net-web-api-for-comma-separated-values-csv-format
204
200
Original file line number Diff line number Diff line change 8
8
<AssemblyName >WebApiContrib.Core.Formatter.Csv</AssemblyName >
9
9
<PackageId >WebApiContrib.Core.Formatter.Csv</PackageId >
10
10
<PackageTags >ASP.NET Core;InputFormatter;OutputFormatter;MediaFormatter;CSV;Content-Type;aspnetcore</PackageTags >
11
- <PackageReleaseNotes >Added correct usage of CanRead/CanReadType </PackageReleaseNotes >
11
+ <PackageReleaseNotes >Support IEnumerable instead of ILIst for the OutputFormatter, OrderBy and format fix </PackageReleaseNotes >
12
12
<PackageIconUrl >https://avatars1.githubusercontent.com/u/1561645?s=140</PackageIconUrl >
13
13
<PackageProjectUrl >https://github.com/damienbod/WebAPIContrib.Core/tree/master/src/WebApiContrib.Core.Formatter.Csv</PackageProjectUrl >
14
14
<RepositoryType >git</RepositoryType >
15
15
<RepositoryUrl >https://github.com/WebApiContrib/WebAPIContrib.Core.git</RepositoryUrl >
16
16
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
17
17
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
18
18
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
19
- <Version >2.0.6 </Version >
19
+ <Version >2.0.7 </Version >
20
20
<AssemblyVersion >2.0.6</AssemblyVersion >
21
21
<FileVersion >2.0.6</FileVersion >
22
22
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
You can’t perform that action at this time.
0 commit comments