Viewing 3 posts - 1 through 3 (of 3 total)
hi andy!
above examples are working when primary key column data type is int,but not in case of var char, as i have course in course_dim table,what to do with this...
December 13, 2010 at 11:12 am
#1261857
i triedin new Column in Derived Column
Gender == "1" ? "MALE" : Gender == "0" ? "FEMALE" : "NA"
but i gave NULL values
November 23, 2010 at 4:41 am
#1254327
How do you know the true value of your dirty data? For example, how do you know if "01" is a 0 or a 1?
i checked data in Sql server,n...
November 3, 2010 at 12:41 pm
#1246234