Forum Discussion
help
- 6 years ago
Lets assume that if number is inside <>
make sure that dattype is not converted before
- Convert this column to Text
- Replace "," comma with nothing
- Replace "<" with nothing
- Replace ">" with nothing
- Convert the data type to Decimal.
- 6 years ago
Hi sameergupta60 ,
You may select on this column, then go to Transform ->Extract ->Text Between Delimiters, set like below.
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
What is the data source?
Is this a single number or comma separated numbers ?
- sameergupta606 years agoHelper IV
The source is SQL database
Attached screen shot
- FarhanAhmed6 years agoCommunity Champion
Lets assume that if number is inside <>
make sure that dattype is not converted before
- Convert this column to Text
- Replace "," comma with nothing
- Replace "<" with nothing
- Replace ">" with nothing
- Convert the data type to Decimal.
- sameergupta606 years agoHelper IV
i tried but no result
- amitchandak6 years agoSuper User
sameergupta60 , if they are decimal in sql server database, try to change data type to decimal in edit query mode.
if it is a text, you need some code to do that
- sameergupta606 years agoHelper IV
can you guide us