SAP Data Quality Service
In an application, right-click on Sources -> select Create source -> type any Source name and select SAPDataQualitySource in the Source type field -> click Create.
- user - user name
- password - password
- outputFields - If it is empty, it will request the default list (see below). You can provide your own list. It must be a valid JSON array with field names supported by SAP.
["std_addr_prim_name_full", "std_addr_prim_number_full", "std_addr_prim_address", "std_addr_sec_address", "std_addr_address_dual", "std_addr_building_name", "std_addr_po_box_full", "std_addr_po_box_number", "std_addr_locality", "std_addr_locality_official", "std_addr_region_full", "std_addr_region_code", "std_addr_postcode_full", "std_addr_postcode1", "std_addr_postcode2", "std_addr_country_2char", "std_addr_country_3char", "std_addr_country_name", "geo_asmt_level", "geo_info_code", "addr_asmt_info", "addr_asmt_level", "addr_info_code", "addr_asmt_type", "addr_change_sig", "addr_language"]
Use LookUp operation to query SAP Data Quality Service.
Last updated on