Tagged Questions
The data-quality tag has no wiki summary.
7
votes
8answers
3k views
Tools for matching name/address data
Here's an interesting problem.
I have an oracle database with name & address information which needs to be kept current.
We get data feeds from a number of different gov't sources, and need to ...
3
votes
3answers
84 views
Best usability practice for accepting long-ish account numbers
A user recently inquired (OK, complained) as to why a 19-digit account number on our web site was broken up into 4 individual text boxes of length [5,5,5,4]. Not being the original designer, I ...
2
votes
1answer
120 views
Matching Oracle duplicate column values using Soundex, Jaro Winkler and Edit Distance (UTL_MATCH)
I am trying to find a reliable method for matching duplicate person records within the database. The data has some serious data quality issues which I am also trying to fix but until I have the ...
2
votes
1answer
66 views
Are there .NET development tools out there that can help serve as a data issue reporter and tracker?
I need to build a system that generates reports on data exceptions (e.g. this value is stale because it hasn't been updated in x days). Once they have a daily report on data quality issues my users ...
1
vote
1answer
83 views
Is there a difference between the terms “data integrity” and “data quality”?
I was asked this question in an interview today, and didn't know how to answer.
Can anyone provide an insight as to the differences?
1
vote
1answer
95 views
Data quality database model
Need an example of a database model to be attached to a database for data quality. Best form of the answer would at the very least be DDL that's executable in MySQL; other RDMS DDL's are okay, I'll ...
1
vote
3answers
225 views
Are there free, low cost, or open source tools for matching name/address data?
This question is related to Tools for matching name/address data. There is a number commercial tools provided by SAS, Oracle, Microsoft, etc., that allow to de-duplicate or merging names of ...
1
vote
3answers
114 views
What are techniques and practices on measuring data quality?
If I have a large set of data that describes physical 'things', how could I go about measuring how well that data fits the 'things' that it is supposed to represent?
An example would be if I have a ...
0
votes
2answers
62 views
algorithm for data quality in a data warehouse
I'm looking for a good algorithm / method to check the data quality in a data warehouse.
Therefore I want to have some algorithm that "knows" the possible structure of the values and then checks if ...
0
votes
1answer
104 views
What is the algorithm of tools such as DataFlux or Informatica to remove duplicates?
I would like to find an open source equivalent to Informatica or DataFlux for duplicate-removal or data-quality. For instance, if I have two records for an Engineer, and one record has a name "James ...