FR DCG - 2006-02-05

Hi,

Compliments to the DataFile Util. Very convenient utility indeed.

In a file a got handed all the | seperated data was enclosed by ", don't ask me why ;-)
When dealing with the header i found out that it was taking the literal values including the ", needless to say this was not what i was expecting. A clean header makes much more sense to me.

In order to deal with this i added 2 snips of code to the DataRow and DataReader classes. These snips clean up the " or ' quotes if and when they enclose a header or data.

If this is something to include in the code as such just let me know and i'll post the snips and if not what would be the best way to take care of the described situation without touching the actual code itself?

tia,

Fermin DCG