on 2016 May 18 10:59 AM
Hi All
I am working on the Data Quality transform ( Data Cleanse transform).Following are the data for the input fields:-
My Data cleanse Editor:- ( I have mapped the input field :Combined Names)
However I am getting an error of "Input field missing " in the error log window during the execution of job
Request clarification before answering.
The Data Quality transforms don't support field names with spaces.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dirks' answer is correct for the problem you are reporting, but what I see in your mapping is that you are mapping the same input field to two different lines. This will not error, but what will happen is it will only map into one under the covers and not always give you the results you want.
If you have a input field that is a full name, you have to map it to a input field that is expecting a full name, not the discrete fields that you currently have.
Person_Family_Name1 is discrete field and you would use it when you field only contains last names, such as "Smith"
Person_Given_Name1 is discrete field and you would use it when your field only contains first names, such as "John"
Name_line1 is not a discrete field and you would map full name data to this, such as "John Smith"
Multiline1 is not a discrete field and you would use it when you have name or firm data on a line.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.