Just found another bug.
SysEx import of CASIO CZ Patches are interpreting the DCA1 and DCA2 Key Follow parameters in a wrong way.
I made a short test and created 10 *.syx patches with DCA Key Follow values ranging from 0 to 9.
Then i imported the patches to CZ V
original CZ-5000 value: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
imported CZ V value : 0, 1, 2, 3, 0, 1, 2, 3, 0, 1
conclusion: it seems that you miss some bits from the original data.
This bug applies only to the DCA Key Follow Data. The DCW Key Follow Data is imported correctly.
A fix might be just a little bit of copy and paste from the code for DCW Key Follow.
I will add more bug reports, as i find them.