tabular parser pops matching conditions
The matching process would not work after the first time because the comment symbol is popped. https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR/-/blob/develop/nomad/parsing/parser.py?ref_type=heads#L365 ``` self._mainfile_contents_dict.pop('__comment_symbol', None) ```
issue