Parsing
What is data parsing?
Data parsing involves computer software converting a string of typically unreadable data into a readable, easily comprehensible format. Synonyms for this process include syntax analysis and syntactic analysis.
How does data parsing work?
A data parser consists of two main components: lexical and syntactic analysis. Semantic analysis, although not strictly part of parsing, may also follow.