Skip to main content
Question

Data Type issue in file format

  • May 12, 2020
  • 1 reply
  • 4 views

In file uploads option,TIMESTAMP couldnt choose any data type other than string format. If selected [data and time]or [integer] format it is showing exception. How to solve it ?

1 reply

Hi, which exception do you get? Probably not all values of your column are of type timestamp. You could first upload it as a string and then later drop or transform the values to cast the column as a timestamp. Best regards, Viana