(Not logged on) | Register | Log On

You can subscribe to this discussion group using an RSS feed reader. The Joel on Software Discussion Group (CLOSED)

A place to discuss Joel on Software. Now closed.

This community works best when people use their real names. Please register for a free account.

Other Groups:
Joel on Software
Business of Software
Design of Software (CLOSED)
.NET Questions (CLOSED)
TechInterview.org
CityDesk
FogBugz
Fog Creek Copilot


The Old Forum


Your hosts:
Albert D. Kallal
Li-Fan Chen
Stephen Jones

.net file parser/transformation project

A few months ago there was a post on here about someone who had created an open source project to Parse flat files. Does anybody have that link? I think he posted his code on CodeProject.com or gotdotnet. I have searched both, but haven't found it.

Help is appreciated.

Thanks!
Patrick Send private email
Thursday, January 05, 2006
 
 
Cory Foy Send private email
Thursday, January 05, 2006
 
 
thanks cory. We did find some good articles and there was a good open source project http://www.codeproject.com/useritems/filehelpers.asp.

After all of this research, we come to find out that they will be sending us an XML file. Yippee! No sweat now.
Patrick Send private email
Thursday, January 05, 2006
 
 
Well, don't get too excited until you see it and make sure it doesn't look like:

<root>
  <file>
    [HEADER]
    187543.56;
    TR,5,HK,7
    [SECTION]
    1
    7743,5557,19008
    TEFGHLOOK
    <!-- etc, etc -->
  </file>
</root>

;)
Cory Foy Send private email
Thursday, January 05, 2006
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz