<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- RSS generated by SourceForge.net at Tue, 10 Nov 2009 14:31:40 GMT on sfs-web-1

The content in this RSS feed was generated by SourceForge.net
regarding the SourceForge.net site or a project hosted on
SourceForge.net.  Each project hosted on SourceForge.net is
responsible for their own content, file releases and support.

For a full list of available RSS feeds
http://p.sf.net/sourceforge/rssfeeds

For terms of use:
http://p.sf.net/sourceforge/terms

For content issues, comments and questions:
contact the project via the comment link or the resources on their summary page.

For technical issues with this feed: contact the SourceForge.net team at:
http://p.sf.net/sourceforge/support

In the event that you need to report abuse: contact the SourceForge.net team at:
http://p.sf.net/sourceforge/support

--><rss version="2.0">
	<channel>
		<title>SourceForge.net: SF.net Project News: FileHelpers Library (including full news text)</title>
		<link>http://sourceforge.net/projects/filehelpers/</link>
		<description>SF.net Project News: FileHelpers Library (filehelpers project) - The FileHelpers are an easy to use .NET library written in C#. Is designed to read/write data from flat files with fixed length or delimited records (CSV). Also has support to import/export data from different data storages (Excel, Access, SqlServer)</description>
		<copyright>Copyright and acceptable use information for this RSS feed may be found at: http://p.sf.net/sourceforge/terms</copyright>
		<lastBuildDate>Tue, 10 Apr 2007 04:45:45 GMT</lastBuildDate>
		<generator>SourceForge.net RSS generator</generator>
		<image>
			<title>SourceForge.net logo</title>
			<url>http://images.sourceforge.net/images/sflogo-88-1.png</url>
			<link>http://sourceforge.net/</link>
			<width>88</width>
			<height>31</height>
			<description>The world's largest Open Source software development website</description>
		</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/FileHelpersNews" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
			<title>FileHelpers 2.0.0 Released</title>
			<description>Here do you have all the stuff that keep me busy for a while :P&lt;br /&gt;&lt;br /&gt;Here is the download link:&lt;br /&gt;&lt;br /&gt;   &lt;a href="http://sourceforge.net/project/showfiles.php?group_id=152382&amp;amp;package_id=169468&amp;amp;release_id=499968"&gt;http://sourceforge.net/project/showfiles.php?group_id=152382&amp;amp;package_id=169468&amp;amp;release_id=499968&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And the History en HTML format with links:&lt;br /&gt;&lt;br /&gt;   &lt;a href="http://www.filehelpers.com/history.html#v2_0_0"&gt;http://www.filehelpers.com/history.html#v2_0_0&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Breaking Changes&lt;br /&gt;----------------&lt;br /&gt;&lt;br /&gt;  The constructor of the MultiRecordEngine was changed to allow params args, and to allow users to dont pass the RecordSelector (in write operations were dont nedded). &lt;br /&gt;  EndsRead and EndsWrite deleted, now you have a Close() operation to simplify the API and to make it similar to the System.Data namespace. (The async engines also implement IDisposable) &lt;br /&gt;  Rename FileHelperException --&amp;gt; FileHelpersException a better name =) and an easy to solve problem &lt;br /&gt;  By default the numeric fields in the FixedLengthRecords that dont have an [FieldAlign] will be aligned to the right and the rest the left by default, with this we avoid the problem of generate files with different meaning when read and write &lt;br /&gt;  &lt;br /&gt;Performance Related&lt;br /&gt;-------------------&lt;br /&gt;&lt;br /&gt;  Internal use of Reflection.Emit, Dynamic Methods and char buffers to get more than 50% enhace in performance and for .NET 2.0 more than 65% &lt;br /&gt;  The Read..AsDT methods now create the DataTable record by record, not at the end, so you can handle large files without any memory overload &lt;br /&gt;  Not more reflection in the operations (only in the constructors). &lt;br /&gt;  FieldSorter faster too, Removed REFLECTION for EMIT &lt;br /&gt;&lt;br /&gt;Shining new features&lt;br /&gt;--------------------&lt;br /&gt;&lt;br /&gt;  The very cool DelimitedFileEngine and FixedFileEngine that allow to change options at RunTime (also with generic versions) Check an example here &lt;br /&gt;  ConditionalRecords you can easily include or exclude certain records based on a RecordCondition (like BeginsWith, EndsWith, Contains or RegEx) Check the example &lt;br /&gt;  A new GenericDatabaseStorage excellent to allow others Db with ASO.NET support to work with the FileHelpers (Thanks Rodolfo Finochietti) &lt;br /&gt;  Experimental Mono Project Support (some users are already using it, we hope that in the next release we have a completely working version for this framework) &lt;br /&gt;  New Version Checker in the demos and Wizard (both with renew look and feel) Check the movies &lt;br /&gt;  .NET 2.0 Nullable Types support. (Thanks Vijayan) Check the example &lt;br /&gt;  Notification Interfaces: you can now get notified of the events simply implement  &lt;br /&gt;  Enhaced Debugging in .NET 2.0 with DebuggerDisplay and DebuggerBrowsable, DebugVisualizars to come. &lt;br /&gt;  The Wizard has a Record Class Test that allow you to intruduce sample data and your class and check for errors or results. &lt;br /&gt;  You can check some screencast about the demos, wizard and other features of the library. &lt;br /&gt;  Now the code for Vs2003 and Vs2005 are both on SVN, sharing the same files and the build script autodetect your Visual Studio installation. So no more excuses time to get involved =) &lt;br /&gt;  The engines with async ops are now IDisposable and IEnumerable so you can declare it with using(..) and use them in a foreach loop &lt;br /&gt;  &lt;br /&gt;API Changes and Extensions&lt;br /&gt;--------------------------&lt;br /&gt;&lt;br /&gt;  The write methods are less strict you can pass now an IEnumerable instead of an array, so you can direct pass a List or ArrayLIst to the method without need of do a ToArray() &lt;br /&gt;  RunTime records can now get a DataTable in the constructor and so use DataColumns to create one field for each column. &lt;br /&gt;  Generic versions of near all the engines of the library (is really hard to mantain the two copies :P so every one is time to port !!) &lt;br /&gt;  Async Operations in others engines like the MultiRecordEngine &lt;br /&gt;  Event support to the MultiRecordEngine thanks to the contribution of Francis de Fouchier &lt;br /&gt;  The library handle now infinite levels of inheritance adding the high level fields first in the result record class.  &lt;br /&gt;  Allow to ignore spaces and tabs in the IgnoreEmptyLinesAttribute &lt;br /&gt;  IgnoreCommentedLines thanks to MCampbell &lt;br /&gt;  The Read methods now have a maxRecords args to tell to the engines how much them must read. &lt;br /&gt;  A new constructor overload to the engines that allow to pass the Encoding useful to make the users aware of the Encoding feature. &lt;br /&gt;  FileTransformEngine with two new methods ReadAndTransformRecords and TransformRecords &lt;br /&gt;  Flush Method to AsyncEngines to allow users to ensure data writte for example if there are using the lib for logging. &lt;br /&gt;  The converters are now smarter they validate to wich types can be assigned and throw exceptions if is wrong (for example if you use ConverterKind.Decimal in a int field) &lt;br /&gt;  The ConvertException has a lot of context information: LineNumber, ColumnNumber, FieldName. Also better Exception Message. &lt;br /&gt;  The integer converters recieve also now a decimal separator to build a InvariantCulture to format and parse the values and strings &lt;br /&gt;&lt;br /&gt;Small Changes&lt;br /&gt;-------------&lt;br /&gt;&lt;br /&gt;  Fixed the problem with ASP.NET: &amp;quot;Line 0: Metadata file 'filehelpers.dll' could not be found&amp;quot; &lt;br /&gt;  Fixed some problems with the CsvClassBuilder (is a good practice to dont release the last minute added features) &lt;br /&gt;  The Assemblies are now Signed &lt;br /&gt;  The new ConverterBase.DefaultDateTimeFormat to avoid set the converter format field by field =) &lt;br /&gt;  Some error messages from the library were rewritten and now provide more context information (line and column numbers, field name, etc). &lt;br /&gt;  ExcelStorage support for more than 26 columns (thxs to Mark Izendooren) &lt;br /&gt;  Encoding Support to the CsvEngine &lt;br /&gt;  The wizard remember all the paths now &lt;br /&gt;  SkipThisRecord in the AfterReadRecordEventArgs, this allow tho skip records from the results (thanks Crestline) &lt;br /&gt;  More Methods for the CommonEngine &lt;br /&gt;  More than 420+ NUnit tests !!! (I cant belive it, I´m a lazy developer but I know how much worth to test the lib) &lt;br /&gt;  Now you have two versions for the demos, one for each framework version. &lt;br /&gt;  The FixedLengthClassBuilder has more constructor to set the lengths of the fields in you instruction &lt;br /&gt;  Improved docs. (Thanks Antoine and Matt) &lt;br /&gt;  A lot of new examples check it out !! &lt;br /&gt;&lt;br /&gt;Happy Coding&lt;br /&gt;Marcos (&lt;a href="http://sourceforge.net/forum/forum.php?forum_id=684333"&gt;0 comments&lt;/a&gt;)</description>
			<author>marcosmeli@users.sourceforge.net (Marcos Meli)</author>
			<link>http://sourceforge.net/forum/forum.php?forum_id=684333</link>
			<guid isPermaLink="true">http://sourceforge.net/forum/forum.php?forum_id=684333</guid>
			<pubDate>Tue, 10 Apr 2007 04:45:45 GMT</pubDate>
			<comments>http://sourceforge.net/forum/forum.php?forum_id=684333</comments>
		</item>
		<item>
			<title>New FileHelpers Dev Blog</title>
			<description>Hello Everybody&lt;br /&gt;&lt;br /&gt;I´m alive and coding again =)&lt;br /&gt;&lt;br /&gt;I´m trying to do the last testing and coding of the version 1.7.0 I hope to finish it before the end of year !!&lt;br /&gt;&lt;br /&gt;In the meanwhile you can check out the new blog to share ideas about the development of the library.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://filehelpers.blogspot.com/"&gt;http://filehelpers.blogspot.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Happy Codding&lt;br /&gt;&lt;br /&gt;Marcos (&lt;a href="http://sourceforge.net/forum/forum.php?forum_id=642808"&gt;0 comments&lt;/a&gt;)</description>
			<author>marcosmeli@users.sourceforge.net (Marcos Meli)</author>
			<link>http://sourceforge.net/forum/forum.php?forum_id=642808</link>
			<guid isPermaLink="true">http://sourceforge.net/forum/forum.php?forum_id=642808</guid>
			<pubDate>Mon, 11 Dec 2006 15:12:43 GMT</pubDate>
			<comments>http://sourceforge.net/forum/forum.php?forum_id=642808</comments>
		</item>
		<item>
			<title>Domain www.filehelpers.com up and running =)</title>
			<description>Thanks to the donation of Antoine Marie (www.antoinemarie.com/) , just for my birthday, we can use now the new domain:&lt;br /&gt; &lt;br /&gt;     &lt;a href="http://www.filehelpers.com"&gt;http://www.filehelpers.com&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;So the addresse of the forums is &lt;a href="http://www.filehelpers.com/forums"&gt;http://www.filehelpers.com/forums&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;I´m very happy with the donation, THANKS ANTOINE&lt;br /&gt; &lt;br /&gt;Remember to send any feedback about the library.&lt;br /&gt;Marcos (&lt;a href="http://sourceforge.net/forum/forum.php?forum_id=605301"&gt;0 comments&lt;/a&gt;)</description>
			<author>marcosmeli@users.sourceforge.net (Marcos Meli)</author>
			<link>http://sourceforge.net/forum/forum.php?forum_id=605301</link>
			<guid isPermaLink="true">http://sourceforge.net/forum/forum.php?forum_id=605301</guid>
			<pubDate>Thu, 24 Aug 2006 23:29:23 GMT</pubDate>
			<comments>http://sourceforge.net/forum/forum.php?forum_id=605301</comments>
		</item>
		<item>
			<title>FileHelpers 1.6.0 Released</title>
			<description>Hi All !!&lt;br /&gt; &lt;br /&gt;The library has 10 months now and a lot of things were added. So I want to thanks you all the people that send your feedback, post motivating entries on the web and a lot of other ones that help me in the development. (partial list of contributors) &lt;br /&gt;&lt;br /&gt;Now the important things !!... RunTime Records are here thanks to some help Gerhardt Scriven to use RunTime Compilation. Enjoy it !! &lt;br /&gt;&lt;br /&gt;I think in this version like the 2.0 version because the RunTime Records were one of the most requested features and were one of the most hard to implement features, A lot of effort was put in the usability and in a clear API, if you have any suggestion please post it in the forums =)&lt;br /&gt;Other important news are the CsvEngine (for generic Csv files), the FileDiffEngine, the MultiRecordEngine,.. &lt;br /&gt; &lt;br /&gt;Breaking changes: &lt;br /&gt;&lt;br /&gt; - MOD: Now the FixedLengthRecords must contain the exact number of chars. You can pass an extra parameter in the [FixedLengthRecord] attribute to allow a different behavior. &lt;br /&gt; - MOD: CommonActions renamed to CommonSelector in the MasterDetailEngine &lt;br /&gt;&lt;br /&gt;Mayor changes: &lt;br /&gt;&lt;br /&gt; - ADD: The awaited RunTime Records thanks to the suggestion of Gerhardt Scriven to use RunTime Compilation. Supports for classes written in C# and VB.NET&lt;br /&gt;        There are a lot of features inside this new feature, so take a look at the docs &lt;br /&gt; - MOD: The Record Wizard was completely rewritten to use the run time records and now has a lot of options to check the classes the you are building, in the future the wizard can help you to discover the record class based on a sample file &lt;br /&gt; - ADD: Generic Csv files are now supported (for example Excel generated ones)&lt;br /&gt;        Was a hard work but worth it because it can be used with any engine. &lt;br /&gt;        In the next version I´ll add the Excellent Fast CSV Reader from Sébastien Lorion for standalone CSV processing. &lt;br /&gt; - ADD: Event support !! from this version the FileHelperEngine has 4 events 2 for read operations and 2 for write that are throw before and after process each record. &lt;br /&gt; - ADD: FileDiffEngine to compare files with the same record layout. &lt;br /&gt; - ADD: MultiRecordEngine to read files with different record layouts. &lt;br /&gt; - ADD: DataTableToCsv, CsvToDataTable, RecordsToDataTable, RemoveDuplicateRecords and other methods to the CommonEngine &lt;br /&gt; - ADD: FixedMode Enum for fixed length records, used to provide better validations in Fixed Length Files &lt;br /&gt; - ADD: Template support in ExcelStorage &lt;br /&gt; - ADD: A lot of new examples check it out !! &lt;br /&gt; - MOD: The decimal, double, and single converters now recieve an string param to set the decimal delimiter (by default is &amp;quot;.&amp;quot;) &lt;br /&gt; - MOD: Improved docs in the SDK, the general help and examples. (Thanks Antoine) &lt;br /&gt;&lt;br /&gt;Minor changes: &lt;br /&gt;&lt;br /&gt; - FIX: FieldDelimiter don´t work very well after the refactor of the previous version. &lt;br /&gt; - FIX: Bug when copy or saving to file in the Wizard &lt;br /&gt; - DEL: more and more properties of the internal classes, this enhance both the performance and the dll size. &lt;br /&gt; - MOD: A lot of internal refactor and enhaces &lt;br /&gt; - MOD: ExcelStorage now return the cells values when using ErrorMode.SaveAndContinue &lt;br /&gt; - ADD: These excellents VB.NET - C# comparison cheat sheets (to avoid translate the examples) &lt;br /&gt; - ADD: RecordsToDataTable in the CommonEngine &lt;br /&gt; - ADD: A lot of options to CommonSelector like: MasterIfBegins, MasterIfEnds, MasterIfEnclosed and the details counterparts &lt;br /&gt; - ADD: BooleanConverter can recieve two arguments for the true or false values &lt;br /&gt; - ADD: New constructor to the SqlServerStorage to direct pass the ConnectionString. Thanks to Anatoly Kleyman &lt;br /&gt; - ADD: Again a lot of new NUnit tests near the 320 (wow I never think in write so much) &lt;br /&gt; - ADD: Library Statistics page. &lt;br /&gt; - ADD: How to help to the Library page. &lt;br /&gt;&lt;br /&gt;Happy Coding&lt;br /&gt;Marcos (&lt;a href="http://sourceforge.net/forum/forum.php?forum_id=602224"&gt;0 comments&lt;/a&gt;)</description>
			<author>marcosmeli@users.sourceforge.net (Marcos Meli)</author>
			<link>http://sourceforge.net/forum/forum.php?forum_id=602224</link>
			<guid isPermaLink="true">http://sourceforge.net/forum/forum.php?forum_id=602224</guid>
			<pubDate>Wed, 16 Aug 2006 22:53:15 GMT</pubDate>
			<comments>http://sourceforge.net/forum/forum.php?forum_id=602224</comments>
		</item>
		<item>
			<title>FileHelpers 1.5.0 Released</title>
			<description>With some delays but the library is always moving forward thanks to a hard work and the help of all you.&lt;br /&gt;&lt;br /&gt;Breaking changes: &lt;br /&gt;&lt;br /&gt;- Both DataStorages: SqlServerStorage and AccessStorage completely changed, from now you don´t need to override this classes (in fact you can´t because are sealed)&lt;br /&gt;You can use these classes as client and provide the callbacks for the Insert and Fill record methods.(check the examples)&lt;br /&gt;- The FieldQuoted attribute was completely rewritten to support optional quote for read, write or both. &lt;br /&gt;So you need to use now the QuoteMode enum and not only a boolean. (For Excel generated CSV files you must use the QuoteMode.OptionalForBoth value) (check the examples)&lt;br /&gt;- MOD: DataBaseStorage to DatabaseStorage (Case change)  &lt;br /&gt;- MOD: Extract and Insert Records now returns the inserted or extracted records &lt;br /&gt;&lt;br /&gt;Mayor changes: &lt;br /&gt;&lt;br /&gt;- ADD: New FielOptional that allows that the n last fields of a record be optional. &lt;br /&gt;- ADD: Multiline Quoted Field support (with this we finish the support for Excel generated CSV files) &lt;br /&gt;- ADD: Multiline Records supports via the FieldInNewLine attribute to allow records to span multiple lines &lt;br /&gt;- ADD: OleDbStorage thanks to Permjeet Pandha to use with any Data Storage that supports OleDb access. &lt;br /&gt;- ADD: The ReadMethods of the FileHelperEngine can return the data as a DataTable the sufix of this methods are AsDT. That is perfect to load sample data into your NUnit test (examples comming soon) &lt;br /&gt;- ADD: New IgnoreEmptyLines that allows you to mark a record with it to ignore empty lines in the source data. &lt;br /&gt;- ADD: CommonEngine.SortFile and SortRecords by field or using the IComparable interface if the records implement it. &lt;br /&gt;- ADD: New demo code in a Console Application project to make easy to newbies play with the library. (download it from the examples)&lt;br /&gt;- MOD: A lot of refactoring in the source code and changes in the the folder layout. &lt;br /&gt;- MOD: Code in the Docs now highlighted with the excellent dp.SyntaxHighlighter from Alex Gorbatchev &lt;br /&gt;&lt;br /&gt;Minor changes:&lt;br /&gt;&lt;br /&gt;- FIX: The AsyncEngine could close the File in the BeginWriteFile under some conditions. &lt;br /&gt;- FIX: IO Exception when appending to an empty file. &lt;br /&gt;- FIX: Syntax in some samples and in the Wizard Templates. &lt;br /&gt;- FIX: The notify progress in the DatabaseStorage working fine and tested. &lt;br /&gt;- FIX: A little issue in the DatabaseStorage that can throws InvalidaCastException in the constructor. &lt;br /&gt;- DEL: A lot of properties in the internal classes were deleted (aiming to reduce the dll size and library performance, much better for Compact Framework) &lt;br /&gt;- DEL: The obsolete LastErrors of the ErrorManager. Now is mandatory to use Errors. &lt;br /&gt;- ADD: More and enhaced NUnit tests (more than 260) based in the coverage of clover.net  &lt;br /&gt;- ADD: Some new and corrected Usage Examples. &lt;br /&gt;- ADD: Now the Wizard Supports FieldOptional and IgnoreEmptyLines, also you can generate the Properties that maps to the fields (useful for Data Binding the RecordClass to any binding aware control in VS2005) &lt;br /&gt;- ADD: Encoding support for source and destination in the transformation engine. &lt;br /&gt;- ADD: A new feature for the custom converters to allow them to handle the null values &lt;br /&gt;- ADD: More features in the CommonEngine: TransformFile and the fast TransformFileAsync &lt;br /&gt;- ADD: two Easy methods to export/import data to/from a file. &lt;br /&gt;- MOD: Wizard: now use the Beta2 of the excellent FireBall CodeEditor. &lt;br /&gt;- MOD: A lot of doc corrections and adds (my english is now a bit better. I learn english with the write and fix schema =) &lt;br /&gt;- MOD: Demo App rewritten to show some new features and show the syntax changes in the old ones.&lt;br /&gt;&lt;br /&gt;Remember that the library is moving forward thanks to the help of all you. Please don't hesitate to contact me and send your ideas, question, problems or any other feedback (&lt;a href="http://sourceforge.net/forum/forum.php?forum_id=585565"&gt;0 comments&lt;/a&gt;)</description>
			<author>marcosmeli@users.sourceforge.net (Marcos Meli)</author>
			<link>http://sourceforge.net/forum/forum.php?forum_id=585565</link>
			<guid isPermaLink="true">http://sourceforge.net/forum/forum.php?forum_id=585565</guid>
			<pubDate>Mon, 26 Jun 2006 15:18:04 GMT</pubDate>
			<comments>http://sourceforge.net/forum/forum.php?forum_id=585565</comments>
		</item>
		<item>
			<title>FileHelpers 1.5.0 Closed beta</title>
			<description>I´m really close to the new 1.5.0 release, I´m in the task of rewrite some docs and test the new features. &lt;br /&gt;&lt;br /&gt;I need a bit of help to Review the docs and get the last time feedback about the new features to correct or add all the small things that you found useful. &lt;br /&gt;&lt;br /&gt;I think that you´ll be happy with all the new features and the improved quality  =)&lt;br /&gt;&lt;br /&gt;Any body interested in help in this task send my a mail to marcosdotnet [at] yahoo.com.ar or post a message in the support forums at &lt;a href="http://filehelpers.sourceforge.net/forums/"&gt;http://filehelpers.sourceforge.net/forums/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks a lot for your time and help  &lt;br /&gt;Marcos (&lt;a href="http://sourceforge.net/forum/forum.php?forum_id=579618"&gt;0 comments&lt;/a&gt;)</description>
			<author>marcosmeli@users.sourceforge.net (Marcos Meli)</author>
			<link>http://sourceforge.net/forum/forum.php?forum_id=579618</link>
			<guid isPermaLink="true">http://sourceforge.net/forum/forum.php?forum_id=579618</guid>
			<pubDate>Tue, 13 Jun 2006 04:07:15 GMT</pubDate>
			<comments>http://sourceforge.net/forum/forum.php?forum_id=579618</comments>
		</item>
		<item>
			<title>FileHelpers in Level Extreme Magazine</title>
			<description>You can check the last article about the FileHelpers in the May issue of the Level Extreme magazine at:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.levelextreme.net/wconnect/wc.dll?10,7,10,52"&gt;http://www.levelextreme.net/wconnect/wc.dll?10,7,10,52&lt;/a&gt;&lt;br /&gt;    &lt;br /&gt;Full issue here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.levelextreme.net/wconnect/wc.dll?10,7,11,May2006"&gt;http://www.levelextreme.net/wconnect/wc.dll?10,7,11,May2006&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Feedback is welcome :) (&lt;a href="http://sourceforge.net/forum/forum.php?forum_id=566569"&gt;0 comments&lt;/a&gt;)</description>
			<author>marcosmeli@users.sourceforge.net (Marcos Meli)</author>
			<link>http://sourceforge.net/forum/forum.php?forum_id=566569</link>
			<guid isPermaLink="true">http://sourceforge.net/forum/forum.php?forum_id=566569</guid>
			<pubDate>Sat, 06 May 2006 22:02:26 GMT</pubDate>
			<comments>http://sourceforge.net/forum/forum.php?forum_id=566569</comments>
		</item>
		<item>
			<title>FileHelpers 1.4.0 Released</title>
			<description>After a lot of work I release it !!!&lt;br /&gt;&lt;br /&gt;Mayor changes: &lt;br /&gt;&lt;br /&gt;DEL: ConverterKind.Custom was removed bacause was irrelevant to use custom converters now the lib use [FieldConverter(typeof(YouConverter))] &lt;br /&gt;DEL: Some Exceptions trying to simplify the Exception handling and reducing the number of differnt exceptions. The deleted exceptions are NullValueException, QuotedStringException and InternalException all replaced with the BadUsageException. &lt;br /&gt;FIX: The Async engines now uses the ErrorMode in all cases. &lt;br /&gt;MOD: The MasterDetailEngine now takes the IgnoreFirst and IgnoreLast options from the master record an not from the detail. &lt;br /&gt;MOD: All methods in the FileHelpers Engines that returns bool changed to void because they was using error handling with exceptions and a bool result is redundant and useless, this provide also a more clear OOD. &lt;br /&gt;MOD: LoadErrors from the ErrorManager class now is static. &lt;br /&gt;ADD: The CommonEngine: with four static methods for the common operations. &lt;br /&gt;ADD: The Progress Notification feature, with it you can get notified of the progress of each opration. &lt;br /&gt;ADD: Full ExcelCSV support, a new parameter to the FieldQuoted attribute to indicate if the Quote is optional (like excel does with CSV) &lt;br /&gt;NEWS: Full Subversion support in Sourceforge: now you can help in the development using any subversion client and send me the patchs with your changes.&lt;br /&gt;   &lt;a href="https://svn.sourceforge.net/svnroot/filehelpers/trunk"&gt;https://svn.sourceforge.net/svnroot/filehelpers/trunk&lt;/a&gt;  &lt;br /&gt;&lt;br /&gt;NEWS: FileHelpers Forums the main please for your feedback and discussions about the library.&lt;br /&gt;&lt;a href="http://filehelpers/sourceforge.net/forums/"&gt;http://filehelpers/sourceforge.net/forums/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;     &lt;br /&gt;Minor changes: &lt;br /&gt;&lt;br /&gt;DEL: Description property to the FieldBase this is really old (from the beggining of the lib.) &lt;br /&gt;DEL: Demo zip file now is merged into the binary zip. &lt;br /&gt;MOD: EngineBase.LineNum and ErrorInfo.LineNum now are LineNumber. &lt;br /&gt;MOD: Enhaced exception messages. &lt;br /&gt;MOD: SaveErrors can recieve a header string to write into the file. &lt;br /&gt;MOD: ErrorManager.LastErrors renamed to ErrorManager.Errors &lt;br /&gt;ADD: The ExcelStorage checks if Excel is installed, if not throws a BadUsageException &lt;br /&gt;ADD: More NUnit tests (more than 185) &lt;br /&gt;ADD: A lot of new Usage Examples. &lt;br /&gt;ADD: A new form in the demo app that shows how to use the ProgressNotification. &lt;br /&gt;ADD: Wizard: now use the the FireBall CodeEditor for syntax highlight. &lt;br /&gt;ADD: Wizard: a lot of new templates and fix in others. &lt;br /&gt;&lt;br /&gt;To enjoy the library.&lt;br /&gt;Regards&lt;br /&gt;Marcos (&lt;a href="http://sourceforge.net/forum/forum.php?forum_id=552738"&gt;0 comments&lt;/a&gt;)</description>
			<author>marcosmeli@users.sourceforge.net (Marcos Meli)</author>
			<link>http://sourceforge.net/forum/forum.php?forum_id=552738</link>
			<guid isPermaLink="true">http://sourceforge.net/forum/forum.php?forum_id=552738</guid>
			<pubDate>Sat, 18 Mar 2006 00:25:10 GMT</pubDate>
			<comments>http://sourceforge.net/forum/forum.php?forum_id=552738</comments>
		</item>
		<item>
			<title>FileHelpers Forums</title>
			<description>I´m proud to announce the new FileHelpers Forums at&lt;br /&gt; &lt;br /&gt;     &lt;a href="http://filehelpers.sourceforge.net/forums/"&gt;http://filehelpers.sourceforge.net/forums/&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;In this place you can post your support questions, new ideas, bug reports and everything else.&lt;br /&gt; &lt;br /&gt;I think that the forums are a better place to discuss about the library then I keep sending mails to the list but the forums be the main place to share your ideas and problems.&lt;br /&gt; &lt;br /&gt;Check it out&lt;br /&gt;Marcos (&lt;a href="http://sourceforge.net/forum/forum.php?forum_id=552173"&gt;0 comments&lt;/a&gt;)</description>
			<author>marcosmeli@users.sourceforge.net (Marcos Meli)</author>
			<link>http://sourceforge.net/forum/forum.php?forum_id=552173</link>
			<guid isPermaLink="true">http://sourceforge.net/forum/forum.php?forum_id=552173</guid>
			<pubDate>Fri, 17 Mar 2006 14:53:24 GMT</pubDate>
			<comments>http://sourceforge.net/forum/forum.php?forum_id=552173</comments>
		</item>
		<item>
			<title>What add next to the FileHelpers ?</title>
			<description>Hi All !!&lt;br /&gt; &lt;br /&gt;I´m comming back to the work and adding some new features to the library.&lt;br /&gt; &lt;br /&gt;This are some of the next steps, I need your suggestion to know what is the most useful or what do you want that I do first:&lt;br /&gt; &lt;br /&gt;- IgnoreIfContains: an attribute to ignore lines that contains some string.&lt;br /&gt; &lt;br /&gt;- FileTransformation: to change from Delimited to Fixed or from CSV to Tab delimited&lt;br /&gt; &lt;br /&gt;- Template Support for ExcelStorage&lt;br /&gt; &lt;br /&gt;- Progress notification: An events in the engines that can be customized to fires each n% or n records. (adding my XpProgressBar =)&lt;br /&gt; &lt;br /&gt;- Diff Support: an option to compare two datastorages and generate a file with the differences. &lt;br /&gt; &lt;br /&gt;- Enhace the Wizard.&lt;br /&gt;&lt;br /&gt;- Header Footer Engine: a new engine to support different records for the header and for the footer.&lt;br /&gt; &lt;br /&gt;Left your comment in the CodeProject at&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.codeproject.com/useritems/FileHelpers.asp?forumid=231202&amp;amp;mpp=50&amp;amp;select=1391222&amp;amp;df=100#xx1391222xx"&gt;http://www.codeproject.com/useritems/FileHelpers.asp?forumid=231202&amp;amp;mpp=50&amp;amp;select=1391222&amp;amp;df=100#xx1391222xx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;or in the mailing list.&lt;br /&gt;&lt;br /&gt;To get in send a mail to: filehelpers-general-request@lists.sourceforge.net&lt;br /&gt;&lt;br /&gt;with the subject:  subscribe&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;Marcos (&lt;a href="http://sourceforge.net/forum/forum.php?forum_id=546468"&gt;0 comments&lt;/a&gt;)</description>
			<author>marcosmeli@users.sourceforge.net (Marcos Meli)</author>
			<link>http://sourceforge.net/forum/forum.php?forum_id=546468</link>
			<guid isPermaLink="true">http://sourceforge.net/forum/forum.php?forum_id=546468</guid>
			<pubDate>Thu, 02 Mar 2006 13:42:57 GMT</pubDate>
			<comments>http://sourceforge.net/forum/forum.php?forum_id=546468</comments>
		</item>
	</channel>
</rss>
