Hi @Rohith-0358 ,
Welcome to Microsoft Q&A platform and thanks for posting your query.
As I understand your ask here, you want to convert negative int values to positive using ADF . As correctly mentioned by @Nandan Hegde and @Samy Abdul , you can use abs function in derived column transformation in the mapping data flow to achieve this requirement.
To reproduce your scenario, I created a table having a column 'num' which contains negative records .
Used Derived column transformation to make change in existing column using expression abs(toInteger(byName('num')))
Here is the result,
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you.
Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators