I have a csv list that I want to import, it has four column with the following titles:
FirstName,LastName,Age,YrsMarried
Then I have 700+ fields.
When I import the csv file, the Column Fields are automatically assigned the titles from the csv file and then the 700+ fields are imported correctly into each column heading.
However, the FmL sets each column type as "Text" and in order to sort the Age and YrsMarried field I need to change that to Integer.
But once I change a the Age field to type Integer I get an error saying:
"You have changed the column type for Age from "Text" to "Integer". Note that this might cause an error, this is an unsupported cast!"
And then nothing shows on the public side.
What am I doing wrong ?