Skip to main content
Solved

Dear Celomates,I encountered a problem during file upload. The case table (xslx) is attached as well as screenshots. Screenshots include data type choices in order to trouble shoot possible causes of failure. Many thanks.

  • January 26, 2023
  • 5 replies
  • 10 views

omar.elmou
Level 5
Forum|alt.badge.img
Dear Celomates, I encountered a problem during file upload. The case table (xslx) is attached as well as screenshots. Screenshots include data type choices in order to trouble shoot possible causes of failure. Many thanks.

Best answer by teuku.faruq13

Hello @omar.elmou , I think you need you sanitize your file first because the error due to illegal character. Perhaps instead of xslx, try other format which make such char. visible.

5 replies

What errors you get?


teuku.faruq13
Level 9
Forum|alt.badge.img+1
  • Level 9
  • 73 replies
  • Answer
  • January 26, 2023

Hello @omar.elmou , I think you need you sanitize your file first because the error due to illegal character. Perhaps instead of xslx, try other format which make such char. visible.


What Teuku says.

 

Also, I would check floats. You say to use "," as decimal separator, but your floats are with "." as separator

(well, I think, my sight is not what it used to be, even with glasses... :) )


omar.elmou
Level 5
Forum|alt.badge.img
  • Author
  • Level 5
  • 8 replies
  • January 26, 2023

What Teuku says.

 

Also, I would check floats. You say to use "," as decimal separator, but your floats are with "." as separator

(well, I think, my sight is not what it used to be, even with glasses... :) )

You are right @Guillermo Gost  problem solved. Many thanks!


omar.elmou
Level 5
Forum|alt.badge.img
  • Author
  • Level 5
  • 8 replies
  • January 26, 2023

Hello @omar.elmou , I think you need you sanitize your file first because the error due to illegal character. Perhaps instead of xslx, try other format which make such char. visible.

Great @Teuku Faruq Faruq i eventually converted the xslx into a CSV file without changing anything. Now the file uploaded succeeded. Dont ask me why :-)

Thanks a lot !