Hello I have a problem when importing .csv file:
Failed to parse the content in column "INF"
Cause: Unparseable number: "cousin"
can you help me please
Thank you
The data type is set to numerical and it's expecting either a real or integer. Since you have cousin in it, it's throwing an error. Set the data type to Polynominal in the import wizard and it should work.