<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:annotate="http://purl.org/rss/1.0/modules/annotate/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!--
	This feed generated for Anonymous	More info at http://naklon.info/rss/about.htm
-->
<channel>
<title>FileHelpers Support</title>
<link>http://www.filehelpers.com/forums/</link>
<description>Support, Feedback, Suggestions and More...</description>
<managingEditor>marcosdotnet@yahoo.com.ar</managingEditor>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>RSS Feed 2.2.4</generator>
<language>en</language><lastBuildDate>Wed, 20 Aug 2008 07:11:48 GMT</lastBuildDate>
<image>
	<url>http://www.filehelpers.com/forums/templates/subSilver/images/logo_phpBB_med.gif</url>
	<title>FileHelpers Support</title>
	<link>http://www.filehelpers.com/forums/</link>
	<width>122</width>
	<height>56</height>
</image>
<item>
<title>Library Support :: Decimal separator problem</title>
<link>http://www.filehelpers.com/forums/viewtopic.php?p=1557#1557</link>
<pubDate>Wed, 20 Aug 2008 02:44:50 GMT</pubDate>
<guid isPermaLink="true">http://www.filehelpers.com/forums/viewtopic.php?p=1557#1557</guid>
<description>Author: &lt;a href=&quot;http://www.filehelpers.com/forums/profile.php?mode=viewprofile&amp;u=610&quot; target=&quot;_blank&quot;&gt;PRA&lt;/a&gt;&lt;br /&gt;
Subject: Decimal separator problem&lt;br /&gt;Posted: Wed Aug 20, 2008 2:44 (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Hi,
&lt;br /&gt;
The decimal separator is not treated at all.
&lt;br /&gt;
In my file : 12,34 is rendered like this : 1234.
&lt;br /&gt;
So I used this : 
&lt;br /&gt;

&lt;br /&gt;
[FieldConverter(ConverterKind.Decimal, &amp;quot;,&amp;quot;)]
&lt;br /&gt;
public Decimal Field8;
&lt;br /&gt;

&lt;br /&gt;
but it's still 1234.
&lt;br /&gt;

&lt;br /&gt;
This problem has been reported and fixed, so I don't see what happens. I'm using the version 2.0 of the library.
&lt;br /&gt;

&lt;br /&gt;
Any idea ?
&lt;br /&gt;

&lt;br /&gt;
Thanks,
&lt;br /&gt;

&lt;br /&gt;
Patrice.&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>PRA</dc:creator>
<dc:subject>Library Support</dc:subject>
<annotate:reference rdf:resource="http://www.filehelpers.com/forums/viewtopic.php?p=1557#1557" />
<comments>http://www.filehelpers.com/forums/posting.php?mode=quote&amp;p=1557</comments>
</item>
<item>
<title>Library Support :: How to read into a DBTable, modify data and save it ?</title>
<link>http://www.filehelpers.com/forums/viewtopic.php?p=1556#1556</link>
<pubDate>Tue, 19 Aug 2008 23:16:51 GMT</pubDate>
<guid isPermaLink="true">http://www.filehelpers.com/forums/viewtopic.php?p=1556#1556</guid>
<description>Author: &lt;a href=&quot;http://www.filehelpers.com/forums/profile.php?mode=viewprofile&amp;u=610&quot; target=&quot;_blank&quot;&gt;PRA&lt;/a&gt;&lt;br /&gt;
Subject: How to read into a DBTable, modify data and save it ?&lt;br /&gt;Posted: Tue Aug 19, 2008 23:16 (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Hi,
&lt;br /&gt;
I'm a newbie with this wonderfull library.
&lt;br /&gt;
I'm able to load my data into a DBTable dt = engine.ReadFileAsDT(@&amp;quot;In.txt&amp;quot;).
&lt;br /&gt;
I've created my object with the wizard.
&lt;br /&gt;
The problem is that when I bind a DBGrid to the array of objects, the records are readonly.
&lt;br /&gt;
So I put the records into a table created in a Dataset :myDS.MyTable.Merge(dt);
&lt;br /&gt;
At this point, my data are updatable.
&lt;br /&gt;
But I can't use the engine to write my Table into a file since the method engine.WriteFile(&amp;quot;Out.txt&amp;quot;, ?) only works with an array of myObjects.
&lt;br /&gt;

&lt;br /&gt;
So, how to manipulate the data into a DBGrid and save the updated data ?
&lt;br /&gt;

&lt;br /&gt;
Thanks in advance,
&lt;br /&gt;

&lt;br /&gt;
Patrice.&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>PRA</dc:creator>
<dc:subject>Library Support</dc:subject>
<annotate:reference rdf:resource="http://www.filehelpers.com/forums/viewtopic.php?p=1556#1556" />
<comments>http://www.filehelpers.com/forums/posting.php?mode=quote&amp;p=1556</comments>
</item>
<item>
<title>Developers Discussions :: FixedLengthClassBuilder field with start and end position</title>
<link>http://www.filehelpers.com/forums/viewtopic.php?p=1555#1555</link>
<pubDate>Tue, 19 Aug 2008 13:32:50 GMT</pubDate>
<guid isPermaLink="true">http://www.filehelpers.com/forums/viewtopic.php?p=1555#1555</guid>
<description>Author: &lt;a href=&quot;http://www.filehelpers.com/forums/profile.php?mode=viewprofile&amp;u=609&quot; target=&quot;_blank&quot;&gt;atambavekar&lt;/a&gt;&lt;br /&gt;
Subject: FixedLengthClassBuilder field with start and end position&lt;br /&gt;Posted: Tue Aug 19, 2008 13:32 (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Hi,
&lt;br /&gt;
Currently I am evaluating this library for my project. I have very large (few hundred columns/fields) fixed length text file to read. I would like to read only the certain columns from the file based on start position and end position of a field. How can it be done with the FixedLengthClassBuilder? I noticed the AddField needs the length of a field but couldnt find a way to add field based on position.
&lt;br /&gt;
Thanks,
&lt;br /&gt;
Ajit&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>atambavekar</dc:creator>
<dc:subject>Developers Discussions</dc:subject>
<annotate:reference rdf:resource="http://www.filehelpers.com/forums/viewtopic.php?p=1555#1555" />
<comments>http://www.filehelpers.com/forums/posting.php?mode=quote&amp;p=1555</comments>
</item>
<item>
<title>Library Support :: Header Trailer</title>
<link>http://www.filehelpers.com/forums/viewtopic.php?p=1554#1554</link>
<pubDate>Mon, 18 Aug 2008 12:52:40 GMT</pubDate>
<guid isPermaLink="true">http://www.filehelpers.com/forums/viewtopic.php?p=1554#1554</guid>
<description>Author: &lt;a href=&quot;http://www.filehelpers.com/forums/profile.php?mode=viewprofile&amp;u=608&quot; target=&quot;_blank&quot;&gt;mettlus&lt;/a&gt;&lt;br /&gt;
Subject: Header Trailer&lt;br /&gt;Posted: Mon Aug 18, 2008 12:52 (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
How about parsing a file with Header Trailer Format?
&lt;br /&gt;

&lt;br /&gt;
01 5555555555 JOHNSON CO IN 88888888888888888 // HEADER
&lt;br /&gt;
210 145 21 33.00
&lt;br /&gt;
541 010 11 9.99
&lt;br /&gt;
99 5555555555 JOHNSON CO IN 88888888888888888 // TRAILER&lt;br /&gt;_________________&lt;br /&gt;SV&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>mettlus</dc:creator>
<dc:subject>Library Support</dc:subject>
<annotate:reference rdf:resource="http://www.filehelpers.com/forums/viewtopic.php?p=1554#1554" />
<comments>http://www.filehelpers.com/forums/posting.php?mode=quote&amp;p=1554</comments>
</item>
<item>
<title>Library Support :: How do I access fields in Run Time Records? (C#)</title>
<link>http://www.filehelpers.com/forums/viewtopic.php?p=1553#1553</link>
<pubDate>Thu, 14 Aug 2008 16:19:47 GMT</pubDate>
<guid isPermaLink="true">http://www.filehelpers.com/forums/viewtopic.php?p=1553#1553</guid>
<description>Author: &lt;a href=&quot;http://www.filehelpers.com/forums/profile.php?mode=viewprofile&amp;u=588&quot; target=&quot;_blank&quot;&gt;drbeaker&lt;/a&gt;&lt;br /&gt;
Subject: How do I access fields in Run Time Records? (C#)&lt;br /&gt;Posted: Thu Aug 14, 2008 16:19 (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
The examples I saw read the whole file into a DataTable.  I want to read the file async &amp;amp; process each record as I read it.  Is this possible in C#?  I don't need to refrerence the fields by name, clearly that would not be possible, but by index number would be fine.  How can I do this?
&lt;br /&gt;

&lt;br /&gt;
Regards
&lt;br /&gt;

&lt;br /&gt;
Dave&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>drbeaker</dc:creator>
<dc:subject>Library Support</dc:subject>
<annotate:reference rdf:resource="http://www.filehelpers.com/forums/viewtopic.php?p=1553#1553" />
<comments>http://www.filehelpers.com/forums/posting.php?mode=quote&amp;p=1553</comments>
</item>
<item>
<title>Library Support :: Error while reading Excel using FileHelper</title>
<link>http://www.filehelpers.com/forums/viewtopic.php?p=1552#1552</link>
<pubDate>Thu, 14 Aug 2008 05:12:05 GMT</pubDate>
<guid isPermaLink="true">http://www.filehelpers.com/forums/viewtopic.php?p=1552#1552</guid>
<description>Author: &lt;a href=&quot;http://www.filehelpers.com/forums/profile.php?mode=viewprofile&amp;u=607&quot; target=&quot;_blank&quot;&gt;Irfan&lt;/a&gt;&lt;br /&gt;
Subject: Error while reading Excel using FileHelper&lt;br /&gt;Posted: Thu Aug 14, 2008 5:12 (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Hi, 
&lt;br /&gt;
I am using filehelper to read excel file and i am getting the following error: 
&lt;br /&gt;
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005. 
&lt;br /&gt;

&lt;br /&gt;
Any suggestions for solving this issue...&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Irfan</dc:creator>
<dc:subject>Library Support</dc:subject>
<annotate:reference rdf:resource="http://www.filehelpers.com/forums/viewtopic.php?p=1552#1552" />
<comments>http://www.filehelpers.com/forums/posting.php?mode=quote&amp;p=1552</comments>
</item>
<item>
<title>Library Support :: RE: ConvertException was unhandled by user code</title>
<link>http://www.filehelpers.com/forums/viewtopic.php?p=1551#1551</link>
<pubDate>Fri, 08 Aug 2008 06:40:24 GMT</pubDate>
<guid isPermaLink="true">http://www.filehelpers.com/forums/viewtopic.php?p=1551#1551</guid>
<description>Author: &lt;a href=&quot;http://www.filehelpers.com/forums/profile.php?mode=viewprofile&amp;u=605&quot; target=&quot;_blank&quot;&gt;Chris&lt;/a&gt;&lt;br /&gt;
Posted: Fri Aug 08, 2008 6:40 (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
It seems like it has something to do with the interaction with my code and the non-user code.
&lt;br /&gt;

&lt;br /&gt;
I have marked the method StringToField
&lt;br /&gt;

&lt;br /&gt;
with the following and it does not break anymore.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;&lt;table width=&quot;90%&quot; align=&quot;center&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot; border=&quot;0&quot; class=&quot;code&quot;&gt;&lt;tr&gt; 	&lt;td class=&quot;code_header&quot; align=&quot;left&quot;&gt;Code:&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;	&lt;td class=&quot;code&quot; align=&quot;left&quot;&gt;&amp;nbsp;&amp;#91;System.Diagnostics.DebuggerNonUserCode&amp;#40;&amp;#41;&amp;#93;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public override object StringToField&amp;#40;string from&amp;#41;
&lt;br /&gt;
&amp;#123;
&lt;br /&gt;
&amp;#125;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;
&lt;br /&gt;

&lt;br /&gt;
Can someone confirm that this is the correct way?&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Chris</dc:creator>
<dc:subject>Library Support</dc:subject>
<annotate:reference rdf:resource="http://www.filehelpers.com/forums/viewtopic.php?p=1550#1550" />
<comments>http://www.filehelpers.com/forums/posting.php?mode=quote&amp;p=1551</comments>
</item>
<item>
<title>Library Support :: ConvertException was unhandled by user code</title>
<link>http://www.filehelpers.com/forums/viewtopic.php?p=1550#1550</link>
<pubDate>Thu, 07 Aug 2008 11:13:14 GMT</pubDate>
<guid isPermaLink="true">http://www.filehelpers.com/forums/viewtopic.php?p=1550#1550</guid>
<description>Author: &lt;a href=&quot;http://www.filehelpers.com/forums/profile.php?mode=viewprofile&amp;u=605&quot; target=&quot;_blank&quot;&gt;Chris&lt;/a&gt;&lt;br /&gt;
Subject: ConvertException was unhandled by user code&lt;br /&gt;Posted: Thu Aug 07, 2008 11:13 (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Hello,
&lt;br /&gt;

&lt;br /&gt;
I'am trying to validate a field in a record by reading a file.
&lt;br /&gt;
I have created a custom FieldConverter that checks if the string is a number and if the number is not 0
&lt;br /&gt;

&lt;br /&gt;
The Field looks like this: 
&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;&lt;table width=&quot;90%&quot; align=&quot;center&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot; border=&quot;0&quot; class=&quot;code&quot;&gt;&lt;tr&gt; 	&lt;td class=&quot;code_header&quot; align=&quot;left&quot;&gt;Code:&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;	&lt;td class=&quot;code&quot; align=&quot;left&quot;&gt;&amp;#91;FieldFixedLength&amp;#40;5&amp;#41;&amp;#93;
&lt;br /&gt;
&amp;#91;FieldConverter&amp;#40;typeof&amp;#40;HuisnummerVerplicht&amp;#41;&amp;#41;&amp;#93;
&lt;br /&gt;
public int Huisnummer;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;
&lt;br /&gt;

&lt;br /&gt;
The customConverter looks like this:
&lt;br /&gt;

&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;&lt;table width=&quot;90%&quot; align=&quot;center&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot; border=&quot;0&quot; class=&quot;code&quot;&gt;&lt;tr&gt; 	&lt;td class=&quot;code_header&quot; align=&quot;left&quot;&gt;Code:&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;	&lt;td class=&quot;code&quot; align=&quot;left&quot;&gt;internal class HuisnummerVerplicht &amp;#58; ConverterBase
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public override object StringToField&amp;#40;string from&amp;#41;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; object retVal;
&lt;br /&gt;

&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int huisNr = Convert.ToInt32&amp;#40;from&amp;#41;;
&lt;br /&gt;

&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if &amp;#40;huisNr == 0&amp;#41;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; throw new ConvertException&amp;#40;from, typeof&amp;#40;Int32&amp;#41;, &amp;quot;Huisnummer is een verplicht veld.&amp;quot;&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; retVal = huisNr;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; catch
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; throw new ConvertException&amp;#40;from, typeof&amp;#40;Int32&amp;#41;&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#125;
&lt;br /&gt;

&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return retVal;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#125;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;
&lt;br /&gt;

&lt;br /&gt;
When the convertException is thrown, i get the error:
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;ConvertException was unhandled by user code&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
what i would expect is that the record will invalidate, en the errormanager would handle the exception?
&lt;br /&gt;

&lt;br /&gt;
someone has an idea what i'am doing wrong?&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Chris</dc:creator>
<dc:subject>Library Support</dc:subject>
<annotate:reference rdf:resource="http://www.filehelpers.com/forums/viewtopic.php?p=1550#1550" />
<comments>http://www.filehelpers.com/forums/posting.php?mode=quote&amp;p=1550</comments>
</item>
<item>
<title>Library Support :: Navigating the Record structure</title>
<link>http://www.filehelpers.com/forums/viewtopic.php?p=1549#1549</link>
<pubDate>Wed, 06 Aug 2008 19:33:10 GMT</pubDate>
<guid isPermaLink="true">http://www.filehelpers.com/forums/viewtopic.php?p=1549#1549</guid>
<description>Author: &lt;a href=&quot;http://www.filehelpers.com/forums/profile.php?mode=viewprofile&amp;u=604&quot; target=&quot;_blank&quot;&gt;iannick&lt;/a&gt;&lt;br /&gt;
Subject: Navigating the Record structure&lt;br /&gt;Posted: Wed Aug 06, 2008 19:33 (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Hello,
&lt;br /&gt;

&lt;br /&gt;
I'm currently supporting multiple file schemas to import the same information (depending on the source).  All is great but I'm now reaching a point where I have too many different schemas and I need to make things easier for my users.  I was going to build a screen somewhat like the Wizard listing the details of each and every schema dynamicaly so that my users can select the appropriate import schema more easily.
&lt;br /&gt;

&lt;br /&gt;
I was going to reuse the information gathered by the engine at initialization to avoid re-inventing the wheel until I noticed that all of the clases related to the parsed attributes are marked internal and the library uses fields instead of properties.  I would like to avoid having to refactor the library and move away from the codebase just for the sake of making those properties available outside the FileHelper library.
&lt;br /&gt;

&lt;br /&gt;
Is there any workaround to get access to the schema of the engine? (I would like to avoid having to create a facade from within the FileHelper project)&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>iannick</dc:creator>
<dc:subject>Library Support</dc:subject>
<annotate:reference rdf:resource="http://www.filehelpers.com/forums/viewtopic.php?p=1549#1549" />
<comments>http://www.filehelpers.com/forums/posting.php?mode=quote&amp;p=1549</comments>
</item>
<item>
<title>Library Support :: RE: Date converter in FHW file</title>
<link>http://www.filehelpers.com/forums/viewtopic.php?p=1548#1548</link>
<pubDate>Tue, 05 Aug 2008 12:08:32 GMT</pubDate>
<guid isPermaLink="true">http://www.filehelpers.com/forums/viewtopic.php?p=1548#1548</guid>
<description>Author: &lt;a href=&quot;http://www.filehelpers.com/forums/profile.php?mode=viewprofile&amp;u=603&quot; target=&quot;_blank&quot;&gt;Mastrup&lt;/a&gt;&lt;br /&gt;
Posted: Tue Aug 05, 2008 12:08 (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Open the .FHW in notepad or some other texteditor.
&lt;br /&gt;

&lt;br /&gt;
You will see the XML code. here is what you can add to the FHW file to make it work
&lt;br /&gt;

&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;&lt;table width=&quot;90%&quot; align=&quot;center&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot; border=&quot;0&quot; class=&quot;code&quot;&gt;&lt;tr&gt; 	&lt;td class=&quot;code_header&quot; align=&quot;left&quot;&gt;Code:&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;	&lt;td class=&quot;code&quot; align=&quot;left&quot;&gt;
&lt;br /&gt;
&amp;lt;DelimitedClass Delimiter=&amp;quot;,&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;ClassName&amp;gt;Custormer&amp;lt;/ClassName&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;SealedClass /&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;Fields&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Field Name=&amp;quot;CustId&amp;quot; Type=&amp;quot;Int32&amp;quot; /&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Field Name=&amp;quot;Name&amp;quot; Type=&amp;quot;String&amp;quot; /&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Field Name=&amp;quot;Balance&amp;quot; Type=&amp;quot;Decimal&amp;quot; /&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Field Name=&amp;quot;AddedDate&amp;quot; Type=&amp;quot;DateTime&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Converter Kind=&amp;quot;Date&amp;quot; Arg1=&amp;quot;dd-MM-yyyy&amp;quot;/&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Field&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;/Fields&amp;gt;
&lt;br /&gt;
&amp;lt;/DelimitedClass&amp;gt;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;
&lt;br /&gt;

&lt;br /&gt;
the &lt;span style=&quot;color: red&quot;&gt;&amp;lt;Converter Kind=&amp;quot;Date&amp;quot; Arg1=&amp;quot;dd-MM-yyyy&amp;quot;/&amp;gt;&lt;/span&gt; line is where the magic happens&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Mastrup</dc:creator>
<dc:subject>Library Support</dc:subject>
<annotate:reference rdf:resource="http://www.filehelpers.com/forums/viewtopic.php?p=1471#1471" />
<comments>http://www.filehelpers.com/forums/posting.php?mode=quote&amp;p=1548</comments>
</item>
<item>
<title>Library Support :: Runtime Records on CF.NET?</title>
<link>http://www.filehelpers.com/forums/viewtopic.php?p=1547#1547</link>
<pubDate>Mon, 04 Aug 2008 09:48:21 GMT</pubDate>
<guid isPermaLink="true">http://www.filehelpers.com/forums/viewtopic.php?p=1547#1547</guid>
<description>Author: &lt;a href=&quot;http://www.filehelpers.com/forums/profile.php?mode=viewprofile&amp;u=577&quot; target=&quot;_blank&quot;&gt;jeusdi&lt;/a&gt;&lt;br /&gt;
Subject: Runtime Records on CF.NET?&lt;br /&gt;Posted: Mon Aug 04, 2008 9:48 (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Hello all, I've imported FileHelpers reference (FileHelpersPPC 2.0) to my Windows CE project. However, I need to use the Runtime classes, but I don't find these classes. Can you help me please? Thanks for all.&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>jeusdi</dc:creator>
<dc:subject>Library Support</dc:subject>
<annotate:reference rdf:resource="http://www.filehelpers.com/forums/viewtopic.php?p=1547#1547" />
<comments>http://www.filehelpers.com/forums/posting.php?mode=quote&amp;p=1547</comments>
</item>
<item>
<title>Library Support :: RE: Import MT940 files.</title>
<link>http://www.filehelpers.com/forums/viewtopic.php?p=1546#1546</link>
<pubDate>Fri, 01 Aug 2008 10:57:27 GMT</pubDate>
<guid isPermaLink="true">http://www.filehelpers.com/forums/viewtopic.php?p=1546#1546</guid>
<description>Author: &lt;a href=&quot;http://www.filehelpers.com/forums/profile.php?mode=viewprofile&amp;u=601&quot; target=&quot;_blank&quot;&gt;Lordas&lt;/a&gt;&lt;br /&gt;
Posted: Fri Aug 01, 2008 10:57 (GMT 0)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
have a look at the multirecordengine&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Lordas</dc:creator>
<dc:subject>Library Support</dc:subject>
<annotate:reference rdf:resource="http://www.filehelpers.com/forums/viewtopic.php?p=1539#1539" />
<comments>http://www.filehelpers.com/forums/posting.php?mode=quote&amp;p=1546</comments>
</item>
</channel>
</rss>
