June 28, 2017 at 2:52 am
we have to migrate the ETL code from DataFlux tool to SSIS tool.
In DataFlux, they have used a specific component (Gender Analysis) to generate a new field called "Gender" with the help of Customer's name & title (which is not a mandatory field) fields and we need to replicate the same functionality in SSIS or T-SQL logics (or algorithm).
Please let me know, if you faced this kind of scenario and the workaround for the same.
--rhythmk
------------------------------------------------------------------
To post your question use below link
https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help
🙂
June 28, 2017 at 4:41 am
SSIS does not have gender analysis, but Melissa Data makes data quality and cleansing tools for SSIS that can do this.
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
June 29, 2017 at 11:34 am
I'm not sure there's a good why to figure out gender based on first name and title. There are a lot of names that are used for both binary genders and then you have to worry about people who don't identify as a gender. I'm surprised there's actually a tool out there where people claim they can do that...
But no, SSIS doesn't have that capability. It has to be built.
June 29, 2017 at 9:04 pm
Heh... I think it's downright ridiculous anymore to even save an indication of gender.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 30, 2017 at 4:03 am
Agreed. Unless somebody specifically selects a gender designation form they've filled in, it's hugely, hugely problematic to "assign" one on the basis of a finger in the air calculation.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply