文件名称:LmmopdeINQ1to2CSV
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 43kb
- 下载次数:
- 0次
- 提 供 者:
- dala****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
INQtoCSV格式转换 INQtoCSV格式转换 -This library makes it easy to use CSV files with LINQ queries. Its features include:
Follows the most common rules for CSV files. Correctly handles data fields that contain commas and line breaks.
In addition to comma, most delimiting characters can be used, including tab for tab delimited fields.
Can be used with an IEnumarable of an anonymous class- which is often returned by a LINQ query.
Supports deferred reading.
Supports processing files with international date and number formats.
Supports different character encodings if you need them.
Recognizes a wide variety of date and number formats when reading files.
Provides fine control of date and number formats when writing files.
Robust error handling, allowing you to quickly find and fix problems in large input files.
Follows the most common rules for CSV files. Correctly handles data fields that contain commas and line breaks.
In addition to comma, most delimiting characters can be used, including tab for tab delimited fields.
Can be used with an IEnumarable of an anonymous class- which is often returned by a LINQ query.
Supports deferred reading.
Supports processing files with international date and number formats.
Supports different character encodings if you need them.
Recognizes a wide variety of date and number formats when reading files.
Provides fine control of date and number formats when writing files.
Robust error handling, allowing you to quickly find and fix problems in large input files.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LINQtoCSV
.........\Sources
.........\.......\LINQtoCSV
.........\.......\.........\bin
.........\.......\.........\...\Debug
.........\.......\.........\...\Release
.........\.......\.........\...\.......\LINQtoCSV.dll
.........\.......\.........\CsvColumnAttribute.cs
.........\.......\.........\CsvContext.cs
.........\.......\.........\CsvFileDescription.cs
.........\.......\.........\CsvInputFormatAttribute.cs
.........\.......\.........\CsvOutputFormatAttribute.cs
.........\.......\.........\CsvStream.cs
.........\.......\.........\DataRowItem.cs
.........\.......\.........\Exceptions.cs
.........\.......\.........\FieldMapper.cs
.........\.......\.........\LINQtoCSV.csproj
.........\.......\.........\Properties
.........\.......\.........\..........\AssemblyInfo.cs
.........\.......\SampleCode
.........\.......\..........\Product.cs
.........\.......\..........\Program.cs
.........\.......\..........\Properties
.........\.......\..........\..........\AssemblyInfo.cs
.........\.......\..........\SampleCode.csproj
.........\.......\..........\TestFiles
.........\.......\..........\.........\products.csv
.........\.......\Sources.sln
.........\.......\TestConsoleApplication
.........\.......\......................\ProductData.cs
.........\.......\......................\ProductData_DuplicateIndices.cs
.........\.......\......................\ProductData_MissingFieldIndex.cs
.........\.......\......................\Program.cs
.........\.......\......................\Properties
.........\.......\......................\..........\AssemblyInfo.cs
.........\.......\......................\TestConsoleApplication.csproj
.........\.......\......................\TestConsoleApplication.csproj.user
.........\.......\......................\TestFiles
.........\.......\......................\.........\badfile_unknownname.csv
.........\.......\......................\.........\badfile_us_dataerrors.csv
.........\.......\......................\.........\goodfile_nl.csv
.........\.......\......................\.........\goodfile_us.csv
.........\.......\......................\Utils.cs
.........\Sources
.........\.......\LINQtoCSV
.........\.......\.........\bin
.........\.......\.........\...\Debug
.........\.......\.........\...\Release
.........\.......\.........\...\.......\LINQtoCSV.dll
.........\.......\.........\CsvColumnAttribute.cs
.........\.......\.........\CsvContext.cs
.........\.......\.........\CsvFileDescription.cs
.........\.......\.........\CsvInputFormatAttribute.cs
.........\.......\.........\CsvOutputFormatAttribute.cs
.........\.......\.........\CsvStream.cs
.........\.......\.........\DataRowItem.cs
.........\.......\.........\Exceptions.cs
.........\.......\.........\FieldMapper.cs
.........\.......\.........\LINQtoCSV.csproj
.........\.......\.........\Properties
.........\.......\.........\..........\AssemblyInfo.cs
.........\.......\SampleCode
.........\.......\..........\Product.cs
.........\.......\..........\Program.cs
.........\.......\..........\Properties
.........\.......\..........\..........\AssemblyInfo.cs
.........\.......\..........\SampleCode.csproj
.........\.......\..........\TestFiles
.........\.......\..........\.........\products.csv
.........\.......\Sources.sln
.........\.......\TestConsoleApplication
.........\.......\......................\ProductData.cs
.........\.......\......................\ProductData_DuplicateIndices.cs
.........\.......\......................\ProductData_MissingFieldIndex.cs
.........\.......\......................\Program.cs
.........\.......\......................\Properties
.........\.......\......................\..........\AssemblyInfo.cs
.........\.......\......................\TestConsoleApplication.csproj
.........\.......\......................\TestConsoleApplication.csproj.user
.........\.......\......................\TestFiles
.........\.......\......................\.........\badfile_unknownname.csv
.........\.......\......................\.........\badfile_us_dataerrors.csv
.........\.......\......................\.........\goodfile_nl.csv
.........\.......\......................\.........\goodfile_us.csv
.........\.......\......................\Utils.cs