It can also be used to translate all the German strings in the CBF to a language of your choosing!
cbf_parser <INPUT.CBF>
cbf_parser <INPUT.CBF> -dump_strings <OUTPUT.csv>
python translate_cbf_strings.py <OUTPUT.csv> <LANG>
LANG should be the 2 letter language identifier. EG: 'EN' for English, 'DE' for German, etc...
cbf_parser <INPUT.CBF> -load_strings <OUTPUT.csv_translated>
Special thanks to @jglim for reverse engineering Caesar for CaesarSuite. This project is essentially a smaller version of his code base, and converts the output to the JSON schema OVD supports.