SOLVED
Formulas
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
jlfromm
8 - Asteroid
02-29-2024
07:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a data set that has nine digits in it when end my excel file. When I bring it over to Alteryx i am loosing the leading zeros. What can I go to make sure they come over.
Here is my sample
Excel file shows
000000304
000004318
000005085
When it comes over in Alteryx it is showing
304
4318
5085
Solved! Go to Solution.
Labels:
- Labels:
- Interface Tools
- Machine Learning
- Workflow
4 REPLIES 4
18 - Pollux
02-29-2024
08:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Padleft([Column],9, “0”)
02-29-2024
08:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Does the Data type need to be need to be?
02-29-2024
08:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Got it thanks
18 - Pollux
02-29-2024
08:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes it needs to be a string to store leading zeroes!
