uzn2010
Ten Centuries
Points: 1369
More actions
April 12, 2016 at 11:22 am
#400009
I'm using derived column transformation editor to remove leading zeroes from the number. Can anyone help me how to do it?
Phil Parkin
SSC Guru
Points: 247180
April 12, 2016 at 12:13 pm
#1871490
uzn2010 (4/12/2016)I'm using derived column transformation editor to remove leading zeroes from the number. Can anyone help me how to do it?
uzn2010 (4/12/2016)
Numeric data imported from Excel does not have leading zeros (after import).
Are you importing the columns as strings?
April 12, 2016 at 3:04 pm
#1871549
Yes, the column was string actually and using this helped that issue
REPLACE(LTRIM(REPLACE(F6,"0"," "))," ","0")
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply