Currently, all values from the CSV imports are held as string values. This causes the sorting methods to sort number values in alpha order. Either update the classes and intake methods to convert the values, or update the sorting methods to sort the number values properly.
Currently, all values from the CSV imports are held as string values. This causes the sorting methods to sort number values in alpha order. Either update the classes and intake methods to convert the values, or update the sorting methods to sort the number values properly.