RhythmAddict112
Programmer
Hi all,
So I'm working on a project where we'll need to go through and cleanse some data. Here is one scenario...
We've got a table that stores educational information. Currently, the "school" column exists as a varchar field. We're going to modify the front-end logic so that users must select from a list of schools. Naturally, we'd like to convert existing free-text values to the list ID's when possible - but this is going to be very, very painful as there, in theory could be as many as 45k records.
I did a quick google, and there seems to be some tools out there available for performing such tasks see -> for a quick sample.
I've never used any of these tools, thus my question is a 2 part-er. 1 - Is there a way/what is the best way for me to implement sql/t-sql to perform this task or at least ease this task?
2 - Has anyone used tools to perform this kind of task? Any thoughts or reccomendations are greatly appreciated.
Thanks!
So I'm working on a project where we'll need to go through and cleanse some data. Here is one scenario...
We've got a table that stores educational information. Currently, the "school" column exists as a varchar field. We're going to modify the front-end logic so that users must select from a list of schools. Naturally, we'd like to convert existing free-text values to the list ID's when possible - but this is going to be very, very painful as there, in theory could be as many as 45k records.
I did a quick google, and there seems to be some tools out there available for performing such tasks see -> for a quick sample.
I've never used any of these tools, thus my question is a 2 part-er. 1 - Is there a way/what is the best way for me to implement sql/t-sql to perform this task or at least ease this task?
2 - Has anyone used tools to perform this kind of task? Any thoughts or reccomendations are greatly appreciated.
Thanks!