Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
1k views

Anonymizing customer data for development or testing

I need to take production data with real customer info (names, address, phone numbers, etc) and move it into a dev environment, but I'd like to remove any semblance of real customer info. Some of the ...
1
vote
1answer
98 views

Staging step in Data Warehousing?

How do usually people perform staging step in Data warehousing?? I have to do a similar task and I am not sure if using a NoSQL Database would be a good option for data integration purposes and how ...
1
vote
1answer
88 views

Scrub email address from Mysql

I have a MySQL database full of user information. I'd like to give it to a contractor to do some analysis, but I don't want to expose all of my user information. My biggest concern now are the email ...
0
votes
1answer
54 views

SQL Server query to return percentage of null content in a table's fields

I'm looking to scrub data in migration project from a legacy system developed on SQL Server 2005, but the first order of business is to figure out which columns aren't really in use. The general ...
0
votes
2answers
64 views

Open source projects for email scrubbing generating structured data from unstructured source?

Don't know where to start on this one so hopefully you guys can clear up my question. I have project where email will be scrubbed for specific words/pasterns and stored in a structured matter. ...
0
votes
2answers
140 views

Get an article's title/author/date info with Javascript

I'm trying to build a bookmarklet that will get the current page/article's author and date information, for referencing purposes. I know that I can get the Page title and url with document.title and ...
0
votes
7answers
301 views

Removing characters from a PHP String

I'm accepting a string from a feed for display on the screen that may or may not include some rubbish I want to filter out. I don't want to filter normal symbols at all. The values I want to remove ...
0
votes
2answers
181 views

Unit Testing data?

Our software manages a lot of data feeds from various sources: real time replicated databases, files FTPed automatically, scheduled running of database stored procedures to cache snapshots of data ...