For RF export DAP is converted to string

Issue #931 resolved
Luuk created an issue

For RF exports DAP is converting to string, this leads to text columns if you have a comma as decimal separator in stead of a dot.

line 204 in rf_export:

        str(event.convert_gym2_to_cgycm2()),

should be:

        event.convert_gym2_to_cgycm2(),

Comments (4)

  1. Log in to comment