There is a time and a place for everything, but the time and place for data quality (DQ) in data integration (DI) efforts always seems like a thing everyone’s not quite sure about. I have previously blogged about the dangers of waiting until the middle of DI to consider, or become forced
Uncategorized
Data quality to "DI" for
Sustainability: Where’s it heading?
From the public debate over Amazon’s workplace culture to the Security and Exchange Commission’s approval of the CEO-to-worker rule, it’s been an interesting few weeks for those of us who care about sustainable organizations. Clearly people have strong feelings about what companies owe society and how front-line workers should be
Compute the number of digits in an integer
The title of this blog post might seem strange, but I occasionally need to compute the number of digits in a number, usually because I am trying to stuff an integer value into a string. Each time, I have to derive the formula from scratch, so I am writing this