Skip to main content
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 ?
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