JP2017509971A - データへの論理的妥当性検査規則の指定および適用 - Google Patents
データへの論理的妥当性検査規則の指定および適用 Download PDFInfo
- Publication number
- JP2017509971A JP2017509971A JP2016551811A JP2016551811A JP2017509971A JP 2017509971 A JP2017509971 A JP 2017509971A JP 2016551811 A JP2016551811 A JP 2016551811A JP 2016551811 A JP2016551811 A JP 2016551811A JP 2017509971 A JP2017509971 A JP 2017509971A
- Authority
- JP
- Japan
- Prior art keywords
- item
- field
- mapping
- validation
- data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
- G06Q10/067—Enterprise or organisation modelling
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/21—Design, administration or maintenance of databases
- G06F16/215—Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/10—Requirements analysis; Specification techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Strategic Management (AREA)
- Human Resources & Organizations (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Entrepreneurship & Innovation (AREA)
- Economics (AREA)
- Quality & Reliability (AREA)
- Databases & Information Systems (AREA)
- General Engineering & Computer Science (AREA)
- Educational Administration (AREA)
- Development Economics (AREA)
- Game Theory and Decision Science (AREA)
- Marketing (AREA)
- Operations Research (AREA)
- Tourism & Hospitality (AREA)
- General Business, Economics & Management (AREA)
- Data Mining & Analysis (AREA)
- Software Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Stored Programmes (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
・整数−整数妥当性検査規則は、ビジネス項目が整数のみを含んでいることを妥当性検査する(構成入力は不要)。
・無効値−無効値規則は、ビジネス項目がユーザ指定された無効値(構成入力として提供される)を含んでいないことを妥当性検査する。
・最高精度−最高精度規則は、ビジネス項目の桁数が、小数点以下でユーザ指定数(構成入力として提供される)以下であることを妥当性検査する。
・最大値−最大値規則は、ビジネス項目の値がユーザ指定値(構成入力として提供される)よりも大きい場合に、値が有効であると判定する。
・最大長−最大長規則は、ビジネス項目の文字数またはバイト数が、ユーザ指定数(構成入力として提供される)以下であることを妥当性検査する。
・最小値−最小値規則は、ビジネス項目がユーザ指定値(構成入力として提供される)よりも小さい場合に、値が無効であると判定する。
・非空白−非空白規則は、ビジネス項目が空である場合、すなわち空白のみを含む場合(構成入力は必要ない)、値が無効であると判定する。
・非ヌル−非ヌル規則は、ビジネス項目がヌルである場合(必要な構成入力として提供される)、値が無効であると判定する。
・パターン−パターン規則は、指定されたパターン(構成入力として提供される)としてストリングビジネス項目を妥当性検査する。
・有効値−有効値規則は、ビジネス項目がユーザ指定された有効値(構成入力として提供される)のみを含んでいることを妥当性検査する。
・タイプ有効性−タイプ有効性規則は、ビジネス項目データが、そのタイプについて有効であることを妥当性検査する(構成入力は必要ない)。
Claims (19)
- 論理的規則を指定するためのコンピュータ実施方法であって、
論理的規則を受信することであって、前記論理的規則が1つまたは複数の動作を指定し、前記動作のうちの少なくとも1つが項目に割り当てられた値に適用されることと、
前記項目に関連づけられた前記論理的規則を記憶することと、
複数のフィールドと複数の項目の間のマッピングを定義することであって、前記マッピングが、1つのフィールドと1つの項目との間のマッピングを含むことと、
それぞれのフィールドがそれぞれの項目に割り当てられる第1のフィールドによって識別されたデータに前記論理的規則を適用することと
を含む方法。 - 前記論理的規則がさらに、第2の項目に基づいて動作を適用し、前記マッピングがさらに、第2のフィールドと前記第2の項目の間のマッピングを含む、請求項1に記載の方法。
- 前記論理的規則が、1つまたは複数の妥当性検査試験を含み、前記1つまたは複数の妥当性検査試験のうちの第1の妥当性検査試験の前記項目への適用が前記第2の項目に基づく、請求項2に記載の方法。
- データセット内のフィールドと、対応する項目との間のマッピングを記憶することをさらに含む、請求項1に記載の方法。
- 前記項目と前記フィールドの間のマッピングに基づいて前記論理的規則を選択することをさらに含む、請求項1に記載の方法。
- 前記項目と前記フィールドの間の前記マッピングに基づいて潜在的に可能な論理的規則のリストを示すことをさらに含む、請求項1に記載の方法。
- コンピュータプログラム命令で符号化されたコンピュータ記憶媒体であって、前記コンピュータプログラム命令は1つまたは複数のコンピュータによって実行されたときに、
論理的規則を受信することであって、前記論理的規則が1つまたは複数の動作を指定し、前記動作のうちの少なくとも1つが項目に割り当てられた値に適用されることと、
前記項目に関連づけられた前記論理的規則を記憶することと、
複数のフィールドと複数の項目の間のマッピングを定義することであって、前記マッピングが、1つのフィールドと1つの項目との間のマッピングを含むことと、
それぞれのフィールドがそれぞれの項目に割り当てられる第1のフィールドによって識別されたデータに前記論理的規則を適用することと
を含む動作を、前記1つまたは複数のコンピュータに実行させる、コンピュータ記憶媒体。 - 前記論理的規則がさらに、第2の項目に基づいて動作を適用し、前記マッピングがさらに、第2のフィールドと前記第2の項目の間のマッピングを含む、請求項7に記載の媒体。
- 前記論理的規則が、1つまたは複数の妥当性検査試験を含み、前記1つまたは複数の妥当性検査試験のうちの第1の妥当性検査試験の前記項目への適用が前記第2の項目に基づく、請求項8に記載の媒体。
- データセット内の各フィールドと、それに対応する項目との間のマッピングを記憶することをさらに含む、請求項7に記載の媒体。
- 前記項目と前記フィールドの間のマッピングに基づいて前記論理的規則を選択することをさらに含む、請求項7に記載の媒体。
- 前記項目と前記フィールドの間の前記マッピングに基づいて潜在的に可能な論理的規則のリストを示すことをさらに含む、請求項7に記載の媒体。
- 1つまたは複数のコンピュータと、
前記1つまたは複数のコンピュータによって実行されると、
論理的規則を受信することであって、前記論理的規則が1つまたは複数の動作を指定し、前記動作のうちの少なくとも1つが項目に割り当てられた値に適用されること、
前記項目に関連づけられた前記論理的規則を記憶すること、
複数のフィールドと複数の項目の間のマッピングを定義することであって、前記マッピングが、1つのフィールドと1つの項目との間のマッピングを含むこと、および
それぞれのフィールドがそれぞれの項目に割り当てられる第1のフィールドによって識別されたデータに前記論理的規則を適用することを含む動作を、前記1つまたは複数のコンピュータが実行できるようにするよう動作可能である命令を記憶する、1つまたは複数の記憶装置と
を備えるシステム。 - 前記論理的規則がさらに、第2の項目に基づいて動作を適用し、前記マッピングがさらに、第2のフィールドと前記第2の項目の間のマッピングを含む、請求項13に記載のシステム。
- 前記論理的規則が、1つまたは複数の妥当性検査試験を含み、前記1つまたは複数の妥当性検査試験のうちの第1の妥当性検査試験の前記項目への適用が前記第2の項目に基づく、請求項14に記載のシステム。
- データセット内の各フィールドと、それに対応する項目との間のマッピングを記憶することをさらに含む、請求項13に記載のシステム。
- 前記項目と前記フィールドの間のマッピングに基づいて前記論理的規則を選択することをさらに含む、請求項13に記載のシステム。
- 前記項目と前記フィールドの間の前記マッピングに基づいて潜在的に可能な論理的規則のリストを示すことをさらに含む、請求項13に記載の媒体。
- 論理的規則を受信するための手段であって、前記論理的規則が1つまたは複数の動作を指定し、前記動作のうちの少なくとも1つが項目に割り当てられた値に適用される手段と、
前記項目に関連づけられた前記論理的規則を記憶するための手段と、
複数のフィールドと複数の項目の間のマッピングを定義するための手段であって、前記マッピングが、1つのフィールドと1つの項目との間のマッピングを含む手段と、
それぞれのフィールドがそれぞれの項目に割り当てられる第1のフィールドによって識別されたデータに前記論理的規則を適用するための手段と
を備えるシステム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2021018377A JP6916403B2 (ja) | 2014-03-13 | 2021-02-08 | データへの論理的妥当性検査規則の指定および適用 |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/208,147 US10769122B2 (en) | 2014-03-13 | 2014-03-13 | Specifying and applying logical validation rules to data |
US14/208,147 | 2014-03-13 | ||
PCT/US2015/020066 WO2015138666A1 (en) | 2014-03-13 | 2015-03-12 | Specifying and applying logical validation rules to data |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2021018377A Division JP6916403B2 (ja) | 2014-03-13 | 2021-02-08 | データへの論理的妥当性検査規則の指定および適用 |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2017509971A true JP2017509971A (ja) | 2017-04-06 |
Family
ID=52774579
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2016551811A Pending JP2017509971A (ja) | 2014-03-13 | 2015-03-12 | データへの論理的妥当性検査規則の指定および適用 |
JP2021018377A Active JP6916403B2 (ja) | 2014-03-13 | 2021-02-08 | データへの論理的妥当性検査規則の指定および適用 |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2021018377A Active JP6916403B2 (ja) | 2014-03-13 | 2021-02-08 | データへの論理的妥当性検査規則の指定および適用 |
Country Status (9)
Country | Link |
---|---|
US (1) | US10769122B2 (ja) |
EP (1) | EP3117378A1 (ja) |
JP (2) | JP2017509971A (ja) |
KR (1) | KR102411550B1 (ja) |
CN (1) | CN106104472B (ja) |
AU (1) | AU2015229419A1 (ja) |
CA (1) | CA2940444C (ja) |
SG (2) | SG11201606457YA (ja) |
WO (1) | WO2015138666A1 (ja) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10769122B2 (en) | 2014-03-13 | 2020-09-08 | Ab Initio Technology Llc | Specifying and applying logical validation rules to data |
JP2023501098A (ja) * | 2019-11-10 | 2023-01-18 | タブロー ソフトウェア,インコーポレイテッド | セマンティックロールを用いたデータプレパレーション |
Families Citing this family (34)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2021144656A1 (en) | 2020-01-15 | 2021-07-22 | Monday.Com | Digital processing systems and methods for graphical dynamic table gauges in collaborative work systems |
WO2021161104A1 (en) | 2020-02-12 | 2021-08-19 | Monday.Com | Enhanced display features in collaborative network systems, methods, and devices |
WO2021024040A1 (en) * | 2019-08-08 | 2021-02-11 | Mann, Roy | Digital processing systems and methods for automatic relationship recognition in tables of collaborative work systems |
WO2021099839A1 (en) | 2019-11-18 | 2021-05-27 | Roy Mann | Collaborative networking systems, methods, and devices |
US11410129B2 (en) | 2010-05-01 | 2022-08-09 | Monday.com Ltd. | Digital processing systems and methods for two-way syncing with third party applications in collaborative work systems |
US11650972B1 (en) * | 2015-12-02 | 2023-05-16 | Wells Fargo Bank, N.A. | Semantic compliance validation for blockchain |
US11373248B1 (en) * | 2017-05-09 | 2022-06-28 | Pulse8, Inc. | Method and apparatus for risk adjustment |
US11106643B1 (en) * | 2017-08-02 | 2021-08-31 | Synchrony Bank | System and method for integrating systems to implement data quality processing |
US11436359B2 (en) | 2018-07-04 | 2022-09-06 | Monday.com Ltd. | System and method for managing permissions of users for a single data type column-oriented data structure |
US11698890B2 (en) | 2018-07-04 | 2023-07-11 | Monday.com Ltd. | System and method for generating a column-oriented data structure repository for columns of single data types |
US11194783B2 (en) | 2018-09-05 | 2021-12-07 | International Business Machines Corporation | Multiple parameter based composite rule wise data validation in cloud hybrid model |
US11249978B2 (en) | 2018-11-29 | 2022-02-15 | Kyndryl, Inc. | Multiple parameter based composite rule data validation |
CN112148391A (zh) * | 2019-06-26 | 2020-12-29 | 北京百度网讯科技有限公司 | 生成基于芯片的计算功能的方法、装置、设备和存储介质 |
US11165810B2 (en) | 2019-08-27 | 2021-11-02 | International Business Machines Corporation | Password/sensitive data management in a container based eco system |
US11361156B2 (en) | 2019-11-18 | 2022-06-14 | Monday.Com | Digital processing systems and methods for real-time status aggregation in collaborative work systems |
WO2021107760A1 (en) * | 2019-11-29 | 2021-06-03 | Mimos Berhad | System and method for dynamically processing data into a knowledge base repository |
US11494291B2 (en) | 2019-12-20 | 2022-11-08 | UiPath, Inc. | System and computer-implemented method for analyzing test automation workflow of robotic process automation (RPA) |
US20210191367A1 (en) * | 2019-12-20 | 2021-06-24 | UiPath, Inc. | System and computer-implemented method for analyzing a robotic process automation (rpa) workflow |
CN113468401B (zh) * | 2020-03-31 | 2023-04-28 | 中移系统集成有限公司 | 局数据核查制作方法、装置、计算机设备和存储介质 |
EP4143732A1 (en) | 2020-05-01 | 2023-03-08 | Monday.com Ltd. | Digital processing systems and methods for enhanced collaborative workflow and networking systems, methods, and devices |
US20240184989A1 (en) | 2020-05-01 | 2024-06-06 | Monday.com Ltd. | Digital processing systems and methods for virtualfile-based electronic white board in collaborative work systems systems |
US11277361B2 (en) | 2020-05-03 | 2022-03-15 | Monday.com Ltd. | Digital processing systems and methods for variable hang-time for social layer messages in collaborative work systems |
CN111639077B (zh) * | 2020-05-15 | 2024-03-22 | 杭州数梦工场科技有限公司 | 数据治理方法、装置、电子设备、存储介质 |
CN111813399B (zh) * | 2020-07-23 | 2022-05-31 | 平安医疗健康管理股份有限公司 | 基于机器学习的审核规则处理方法、装置及计算机设备 |
US11455588B2 (en) * | 2020-09-04 | 2022-09-27 | TADA Cognitive Solutions, LLC | Data validation and master network techniques |
US11531452B2 (en) | 2021-01-14 | 2022-12-20 | Monday.com Ltd. | Digital processing systems and methods for group-based document edit tracking in collaborative work systems |
US12056664B2 (en) | 2021-08-17 | 2024-08-06 | Monday.com Ltd. | Digital processing systems and methods for external events trigger automatic text-based document alterations in collaborative work systems |
US12105948B2 (en) | 2021-10-29 | 2024-10-01 | Monday.com Ltd. | Digital processing systems and methods for display navigation mini maps |
KR102437098B1 (ko) | 2022-04-15 | 2022-08-25 | 이찬영 | 인공 지능 기반의 오류 데이터 판정 방법 및 그 장치 |
US11741071B1 (en) | 2022-12-28 | 2023-08-29 | Monday.com Ltd. | Digital processing systems and methods for navigating and viewing displayed content |
US11886683B1 (en) | 2022-12-30 | 2024-01-30 | Monday.com Ltd | Digital processing systems and methods for presenting board graphics |
US11893381B1 (en) | 2023-02-21 | 2024-02-06 | Monday.com Ltd | Digital processing systems and methods for reducing file bundle sizes |
US12111790B1 (en) * | 2023-06-30 | 2024-10-08 | Citibank, N.A. | Automatic validation of input files |
US12056255B1 (en) | 2023-11-28 | 2024-08-06 | Monday.com Ltd. | Digital processing systems and methods for facilitating the development and implementation of applications in conjunction with a serverless environment |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH1131042A (ja) * | 1997-07-11 | 1999-02-02 | Hitachi Ltd | コード表データ作成時の属性即時チェック方法及び装置 |
US6535883B1 (en) * | 1999-08-04 | 2003-03-18 | Mdsi Software Srl | System and method for creating validation rules used to confirm input data |
US20050066263A1 (en) * | 2003-09-23 | 2005-03-24 | Baugher Ernest S. | System and method for generating data validation rules |
US20100100220A1 (en) * | 2005-06-09 | 2010-04-22 | Belanger David G | Arrangement for guiding user design of comprehensive product solution using on-the-fly data validation |
US20110145005A1 (en) * | 2009-12-10 | 2011-06-16 | Wu Cao | Method and system for automatic business content discovery |
US20120158625A1 (en) * | 2010-12-16 | 2012-06-21 | International Business Machines Corporation | Creating and Processing a Data Rule |
Family Cites Families (22)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5446885A (en) * | 1992-05-15 | 1995-08-29 | International Business Machines Corporation | Event driven management information system with rule-based applications structure stored in a relational database |
US20020078435A1 (en) * | 1999-10-15 | 2002-06-20 | Pamela P. Liu | Table driven configurator on internet |
US20050144166A1 (en) * | 2003-11-26 | 2005-06-30 | Frederic Chapus | Method for assisting in automated conversion of data and associated metadata |
US20040083199A1 (en) * | 2002-08-07 | 2004-04-29 | Govindugari Diwakar R. | Method and architecture for data transformation, normalization, profiling, cleansing and validation |
US7698441B2 (en) * | 2002-10-03 | 2010-04-13 | International Business Machines Corporation | Intelligent use of user data to pre-emptively prevent execution of a query violating access controls |
WO2006039516A2 (en) * | 2004-09-30 | 2006-04-13 | Millennium It (Usa) Inc. | System and method for configurable trading system |
US8069129B2 (en) | 2007-04-10 | 2011-11-29 | Ab Initio Technology Llc | Editing and compiling business rules |
US8166000B2 (en) * | 2007-06-27 | 2012-04-24 | International Business Machines Corporation | Using a data mining algorithm to generate format rules used to validate data sets |
US8386999B2 (en) * | 2007-08-09 | 2013-02-26 | Infonovus Technologies, Llc | Method and system for analyzing a software design |
CN101482864B (zh) * | 2008-01-08 | 2012-07-25 | 国际商业机器公司 | 用于检验gis数据的正确性的方法和装置 |
US8090737B2 (en) * | 2009-03-26 | 2012-01-03 | International Business Machines Corporation | User dictionary term criteria conditions |
US8468167B2 (en) * | 2010-10-25 | 2013-06-18 | Corelogic, Inc. | Automatic data validation and correction |
CN103348598B (zh) | 2011-01-28 | 2017-07-14 | 起元科技有限公司 | 生成数据模式信息 |
US8818893B2 (en) * | 2011-06-14 | 2014-08-26 | Bank Of America Corporation | Dynamic payment generator |
US8943059B2 (en) * | 2011-12-21 | 2015-01-27 | Sap Se | Systems and methods for merging source records in accordance with survivorship rules |
US10489360B2 (en) | 2012-10-17 | 2019-11-26 | Ab Initio Technology Llc | Specifying and applying rules to data |
US9323748B2 (en) * | 2012-10-22 | 2016-04-26 | Ab Initio Technology Llc | Profiling data with location information |
US9317484B1 (en) * | 2012-12-19 | 2016-04-19 | Emc Corporation | Page-independent multi-field validation in document capture |
US9558230B2 (en) * | 2013-02-12 | 2017-01-31 | International Business Machines Corporation | Data quality assessment |
US10346388B2 (en) * | 2013-05-03 | 2019-07-09 | Sap Se | Performance and quality optimized architecture for cloud applications |
US9355136B2 (en) * | 2013-05-06 | 2016-05-31 | International Business Machines Corporation | Automating generation of messages in accordance with a standard |
US10769122B2 (en) | 2014-03-13 | 2020-09-08 | Ab Initio Technology Llc | Specifying and applying logical validation rules to data |
-
2014
- 2014-03-13 US US14/208,147 patent/US10769122B2/en active Active
-
2015
- 2015-03-12 JP JP2016551811A patent/JP2017509971A/ja active Pending
- 2015-03-12 CA CA2940444A patent/CA2940444C/en active Active
- 2015-03-12 EP EP15713089.9A patent/EP3117378A1/en not_active Ceased
- 2015-03-12 CN CN201580013891.7A patent/CN106104472B/zh active Active
- 2015-03-12 WO PCT/US2015/020066 patent/WO2015138666A1/en active Application Filing
- 2015-03-12 SG SG11201606457YA patent/SG11201606457YA/en unknown
- 2015-03-12 KR KR1020167027585A patent/KR102411550B1/ko active IP Right Grant
- 2015-03-12 AU AU2015229419A patent/AU2015229419A1/en not_active Abandoned
- 2015-03-12 SG SG10201911946SA patent/SG10201911946SA/en unknown
-
2021
- 2021-02-08 JP JP2021018377A patent/JP6916403B2/ja active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH1131042A (ja) * | 1997-07-11 | 1999-02-02 | Hitachi Ltd | コード表データ作成時の属性即時チェック方法及び装置 |
US6535883B1 (en) * | 1999-08-04 | 2003-03-18 | Mdsi Software Srl | System and method for creating validation rules used to confirm input data |
US20050066263A1 (en) * | 2003-09-23 | 2005-03-24 | Baugher Ernest S. | System and method for generating data validation rules |
US20100100220A1 (en) * | 2005-06-09 | 2010-04-22 | Belanger David G | Arrangement for guiding user design of comprehensive product solution using on-the-fly data validation |
US20110145005A1 (en) * | 2009-12-10 | 2011-06-16 | Wu Cao | Method and system for automatic business content discovery |
US20120158625A1 (en) * | 2010-12-16 | 2012-06-21 | International Business Machines Corporation | Creating and Processing a Data Rule |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10769122B2 (en) | 2014-03-13 | 2020-09-08 | Ab Initio Technology Llc | Specifying and applying logical validation rules to data |
JP2023501098A (ja) * | 2019-11-10 | 2023-01-18 | タブロー ソフトウェア,インコーポレイテッド | セマンティックロールを用いたデータプレパレーション |
Also Published As
Publication number | Publication date |
---|---|
EP3117378A1 (en) | 2017-01-18 |
US20150261796A1 (en) | 2015-09-17 |
JP6916403B2 (ja) | 2021-08-11 |
WO2015138666A1 (en) | 2015-09-17 |
AU2015229419A1 (en) | 2016-09-22 |
CA2940444A1 (en) | 2015-09-17 |
CN106104472B (zh) | 2021-11-05 |
US10769122B2 (en) | 2020-09-08 |
KR102411550B1 (ko) | 2022-06-20 |
SG10201911946SA (en) | 2020-02-27 |
KR20160133477A (ko) | 2016-11-22 |
CN106104472A (zh) | 2016-11-09 |
SG11201606457YA (en) | 2016-09-29 |
CA2940444C (en) | 2023-08-15 |
JP2021099819A (ja) | 2021-07-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6916403B2 (ja) | データへの論理的妥当性検査規則の指定および適用 | |
US20200301897A1 (en) | Specifying and applying rules to data | |
JP6720144B2 (ja) | 条件付き検証規則 | |
US10013439B2 (en) | Automatic generation of instantiation rules to determine quality of data migration | |
US8615526B2 (en) | Markup language based query and file generation | |
US10127264B1 (en) | Techniques for automated data analysis | |
US9940182B1 (en) | Business rule engine validation systems and related methods | |
US20100070893A1 (en) | Data quality administration framework | |
US20130006683A1 (en) | System and method of managing testing for a healthcare systems transition | |
JP6567043B2 (ja) | 階層的なエンティティのための計算の管理 | |
KR20150099456A (ko) | 계층적으로 참조된 데이터 내의 컴포넌트를 필터링하는 방법 및 시스템 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20180215 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20181214 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20181220 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20190320 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20190620 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20191120 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20200131 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200511 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20201029 |