文件名称:LmmopdeINQ1to2CSV
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:43.59kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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/
LINQtoCSV/Sources/
LINQtoCSV/Sources/LINQtoCSV/
LINQtoCSV/Sources/LINQtoCSV/bin/
LINQtoCSV/Sources/LINQtoCSV/bin/Debug/
LINQtoCSV/Sources/LINQtoCSV/bin/Release/
LINQtoCSV/Sources/LINQtoCSV/bin/Release/LINQtoCSV.dll
LINQtoCSV/Sources/LINQtoCSV/CsvColumnAttribute.cs
LINQtoCSV/Sources/LINQtoCSV/CsvContext.cs
LINQtoCSV/Sources/LINQtoCSV/CsvFileDescription.cs
LINQtoCSV/Sources/LINQtoCSV/CsvInputFormatAttribute.cs
LINQtoCSV/Sources/LINQtoCSV/CsvOutputFormatAttribute.cs
LINQtoCSV/Sources/LINQtoCSV/CsvStream.cs
LINQtoCSV/Sources/LINQtoCSV/DataRowItem.cs
LINQtoCSV/Sources/LINQtoCSV/Exceptions.cs
LINQtoCSV/Sources/LINQtoCSV/FieldMapper.cs
LINQtoCSV/Sources/LINQtoCSV/LINQtoCSV.csproj
LINQtoCSV/Sources/LINQtoCSV/Properties/
LINQtoCSV/Sources/LINQtoCSV/Properties/AssemblyInfo.cs
LINQtoCSV/Sources/SampleCode/
LINQtoCSV/Sources/SampleCode/Product.cs
LINQtoCSV/Sources/SampleCode/Program.cs
LINQtoCSV/Sources/SampleCode/Properties/
LINQtoCSV/Sources/SampleCode/Properties/AssemblyInfo.cs
LINQtoCSV/Sources/SampleCode/SampleCode.csproj
LINQtoCSV/Sources/SampleCode/TestFiles/
LINQtoCSV/Sources/SampleCode/TestFiles/products.csv
LINQtoCSV/Sources/Sources.sln
LINQtoCSV/Sources/TestConsoleApplication/
LINQtoCSV/Sources/TestConsoleApplication/ProductData.cs
LINQtoCSV/Sources/TestConsoleApplication/ProductData_DuplicateIndices.cs
LINQtoCSV/Sources/TestConsoleApplication/ProductData_MissingFieldIndex.cs
LINQtoCSV/Sources/TestConsoleApplication/Program.cs
LINQtoCSV/Sources/TestConsoleApplication/Properties/
LINQtoCSV/Sources/TestConsoleApplication/Properties/AssemblyInfo.cs
LINQtoCSV/Sources/TestConsoleApplication/TestConsoleApplication.csproj
LINQtoCSV/Sources/TestConsoleApplication/TestConsoleApplication.csproj.user
LINQtoCSV/Sources/TestConsoleApplication/TestFiles/
LINQtoCSV/Sources/TestConsoleApplication/TestFiles/badfile_unknownname.csv
LINQtoCSV/Sources/TestConsoleApplication/TestFiles/badfile_us_dataerrors.csv
LINQtoCSV/Sources/TestConsoleApplication/TestFiles/goodfile_nl.csv
LINQtoCSV/Sources/TestConsoleApplication/TestFiles/goodfile_us.csv
LINQtoCSV/Sources/TestConsoleApplication/Utils.cs
LINQtoCSV/Sources/
LINQtoCSV/Sources/LINQtoCSV/
LINQtoCSV/Sources/LINQtoCSV/bin/
LINQtoCSV/Sources/LINQtoCSV/bin/Debug/
LINQtoCSV/Sources/LINQtoCSV/bin/Release/
LINQtoCSV/Sources/LINQtoCSV/bin/Release/LINQtoCSV.dll
LINQtoCSV/Sources/LINQtoCSV/CsvColumnAttribute.cs
LINQtoCSV/Sources/LINQtoCSV/CsvContext.cs
LINQtoCSV/Sources/LINQtoCSV/CsvFileDescription.cs
LINQtoCSV/Sources/LINQtoCSV/CsvInputFormatAttribute.cs
LINQtoCSV/Sources/LINQtoCSV/CsvOutputFormatAttribute.cs
LINQtoCSV/Sources/LINQtoCSV/CsvStream.cs
LINQtoCSV/Sources/LINQtoCSV/DataRowItem.cs
LINQtoCSV/Sources/LINQtoCSV/Exceptions.cs
LINQtoCSV/Sources/LINQtoCSV/FieldMapper.cs
LINQtoCSV/Sources/LINQtoCSV/LINQtoCSV.csproj
LINQtoCSV/Sources/LINQtoCSV/Properties/
LINQtoCSV/Sources/LINQtoCSV/Properties/AssemblyInfo.cs
LINQtoCSV/Sources/SampleCode/
LINQtoCSV/Sources/SampleCode/Product.cs
LINQtoCSV/Sources/SampleCode/Program.cs
LINQtoCSV/Sources/SampleCode/Properties/
LINQtoCSV/Sources/SampleCode/Properties/AssemblyInfo.cs
LINQtoCSV/Sources/SampleCode/SampleCode.csproj
LINQtoCSV/Sources/SampleCode/TestFiles/
LINQtoCSV/Sources/SampleCode/TestFiles/products.csv
LINQtoCSV/Sources/Sources.sln
LINQtoCSV/Sources/TestConsoleApplication/
LINQtoCSV/Sources/TestConsoleApplication/ProductData.cs
LINQtoCSV/Sources/TestConsoleApplication/ProductData_DuplicateIndices.cs
LINQtoCSV/Sources/TestConsoleApplication/ProductData_MissingFieldIndex.cs
LINQtoCSV/Sources/TestConsoleApplication/Program.cs
LINQtoCSV/Sources/TestConsoleApplication/Properties/
LINQtoCSV/Sources/TestConsoleApplication/Properties/AssemblyInfo.cs
LINQtoCSV/Sources/TestConsoleApplication/TestConsoleApplication.csproj
LINQtoCSV/Sources/TestConsoleApplication/TestConsoleApplication.csproj.user
LINQtoCSV/Sources/TestConsoleApplication/TestFiles/
LINQtoCSV/Sources/TestConsoleApplication/TestFiles/badfile_unknownname.csv
LINQtoCSV/Sources/TestConsoleApplication/TestFiles/badfile_us_dataerrors.csv
LINQtoCSV/Sources/TestConsoleApplication/TestFiles/goodfile_nl.csv
LINQtoCSV/Sources/TestConsoleApplication/TestFiles/goodfile_us.csv
LINQtoCSV/Sources/TestConsoleApplication/Utils.cs
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
