Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Thoughts on designing a file format.

by bsb (Priest)
on Sep 13, 2005 at 02:45 UTC ( [id://491446]=note: print w/replies, xml ) Need Help??


in reply to Thoughts on designing a file format.

Nice post. I've learnt too many of these the hard way with inherited formats. In particular, one format lacked easily identifiable record types so the a record's subtype may depend on the first field or the first and second, the length of the second depending on the first...

Other thoughts:

  • Dependency ordered records, that is parents before their children.
  • Count, checksum or hash at the end (I think a line count gives a false sense of protection from corruption).
  • The two points above make file processing more streamable.
  • Consider specifying character encodings.
  • Don't be cryptic to save characters, have a plain text format and zip it.
See also the Art of Unix Programming
  • Comment on Re: Thoughts on designing a file format.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://491446]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-18 01:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found