Inspired by this, and in case anyone else searches for this, I Bumped this old thread.
Updated to gamebase64 v19, this is a Copy commands list (without Education and Adult genres) that is easy enough to edit and move.
I've attached the CSV if you want to do more filtering and the Python script that did it, so you can mess around with that too.
To use the games in LaunchBox with RetroArch a little bit easier, I suggest removing the NFO files from the zip files once they are copied, as they cause issues with RetroArch.
That was easier with Linux on Windows
find . -iname '*.zip' -print0 | xargs -0 -i zip -d {} '*.NFO'
CopyGamesGB19.zip
CSVGamesfilteredGB19.zip
CSV2CopyFile.py