Files
Files are containers that are parsed according to a schema.
Parsing implies knowing the file content.
How to select an adequate parser?
Using the file extension;
Using magic headers;
Using rules provided by configuration;
Previous knowledge.
What if the parser is wrong?
Last updated