Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove characters after decimal from total_vaccinations_per_hundred data column in sample table #1

Open
vajrang-b opened this issue Jun 25, 2021 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@vajrang-b
Copy link
Owner

vajrang-b commented Jun 25, 2021

this issue is taken reference from uipath fourm question

remove characters after a character in cell

instead of removing characters after underscore I am removing characters after decimal.

Sample input
1.00
0.01
2.35

Sample output
1
0
2

@vajrang-b vajrang-b added the question Further information is requested label Jun 25, 2021
@vajrang-b vajrang-b self-assigned this Jun 25, 2021
@RashmiPareek
Copy link

Split will help .. !! txt.split("."c).first

@vajrang-b
Copy link
Owner Author

Split will help .. !! txt.split("."c).first

but how to get final table?

@vajrang-b vajrang-b pinned this issue Jun 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants