Hi I want to romove non numeric data from a column and pass the numeric data of the form ##.## eg (345.23), but in data validator step on checking "Only Numeric data expected" it is filtering numeric data also and rejecting the values. (i have specified decimal symbol as '.')
Also for date datatype i have specified the datatype as dd-mm-yyyy but id i pass date of format mm-dd-yyyy it is not throwing an error but changing the data and adding one year to it for eg 08-22-1971 is converted to 08-10-1972.
Can anyone help.
Also for date datatype i have specified the datatype as dd-mm-yyyy but id i pass date of format mm-dd-yyyy it is not throwing an error but changing the data and adding one year to it for eg 08-22-1971 is converted to 08-10-1972.
Can anyone help.