tags:

views:

539

answers:

5

Hi all- I'm looking for C# code that translates a 271 health care eligibility benefit response to a more usable format so I can display certain segments and values into a datagridview. I'm looking for code that I can use to break this thing apart as it's not really difficult, just very tedious and was wondering if anybody else has done this and is willing to share.

Thanks!!

A: 

I recommend perl or python for protoyping. once you have behavior you want, you can:

  • compile the whole thing
  • have a programmer write C(whatever flavor you need) for the parts that are too slow.
  • use the prototype as the spec for development in whatever language you need.
jbdavid
Your answer has nothing to do with the question.
Mark
A: 

DataDirect Technologies sells a converter that will translate it into XML.

lavinio
A: 

Thanks for all of the responses. I ended up writing my own parsing routine that read the file and parsed out each section that I'm after. Works really well.

Thanks again for the responses!

asp316
Why not provide a code sample for the next guy:)
Matt Spradley
You should also mark your question as closed or answered.
Mark
A: 

Can you share such utility to Parse the 271 Batch response?

A: 

can u please send us code ? it will be helpful ..

challa
trying to get approval from my employer..
asp316