Want to convert column datatype from Polynominal to Numeric
sgnarkhede2016
MemberPosts:152Contributor II
inHelp
你好,
I have dataset that conatins data like below want to convert type of column contain AMOUNT other AMT columns numeric but AMOUNT column datatype polynominal
I have dataset that conatins data like below want to convert type of column contain AMOUNT other AMT columns numeric but AMOUNT column datatype polynominal
Cust | GOOD_BILL_AMT | GOODS_ADV_AMT | TRD_BILL_AMOUNT | BILL_AMOUNT |
101 | 122 | 111 | 111 | 1111 |
101 | 122 | 111 | 111 | 1111 |
101 | 122 | 111 | 111 | 1111 |
0
Answers
In this case you can use the Parse Numbers operator.
Best,
Cesar