When importing a csv file, the first column type setting(e.g. Number) gets ignored, and becomes a String anyways.
Import a CSV, select the first column as Number.
Expected Results
Get Number type
Actual Results
Gets String