[Vision] Conversion output type for columns "ID" and "Name" #107
Labels
good first issue
Indicates a good issue for first-time contributors
improvement
Existing functionality, but better, faster, stronger
The json output for the Vision conversion in the columns "ID" is currenlty a float number if the entry contains numbers only (this is the case most of the time), or string if there are letters in it (fewer components contain letters). First, this is inconsistent, so it would be better if all IDs are of type string. Alternatively, if the output of the entries with numbers only remain to be numbers, it is prefered that they are integer, rather than floats, since they are integers originally.
As for the Name column, it is prefered that it is always a string. Now there is inconsistency between the PGM components. For some the output is a string and for some a (float) number.
The text was updated successfully, but these errors were encountered: