The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
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.