master-data-services

How to use REGEX patterns to return day of the week if a date is entered?

风流意气都作罢 提交于 2019-12-11 06:09:46
问题 I am trying to create something that will populate the day of the week in one cell based on a date entered in another, BUT in Master Data Services. I know I will need to do this in a business rule and apply it to the attributes. I am wondering if this can be don using REGEX patterns or any other clever method. So, for example if I have a column with 12/21/2016 in it, I want the next column to say "Wednesday". Thanks! 回答1: The simplest way would be using sql and use a calculated column or

Use of DQS APIs

淺唱寂寞╮ 提交于 2019-12-08 10:32:14
问题 Requirement: We have created DQS Knowledgebase, Domains, Domain Values/Rules using DQS client provided by SQL. Now, we need to invoke DQM Knowledgebase, domain values , Rules from .Net application using an API. User should be able to provide input values and select the Domain, Value/Rule. User should get corrected Output value with attributes such as confidence level on operation execution We are able to achieve this using SSIS but we are looking for APIs which can be used in ASP .net client