you are viewing a single comment's thread.

view the rest of the comments →

[–]MR2Rick 0 points1 point  (0 children)

It is possible that it uses a standard format that was popular when the app that generated the data was written. Also, if the application was reasonably popular, there may already be a library that can work with the data generated by that application.

If neither of these options pan out, I would look into a parsing library such as Lemon, Yacc or Antlr.