Tribal Knowledge
  • Welcome
  • Getting Started
    • Install Guide
    • Introduction to Tribal Knowledge
      • About Exemplar
      • About Ratifier
      • About Kulvert
      • About Redactor
    • Supported Languages
  • Exemplar Tutorials
    • Knowledge Sharing Code Review
      • Create a New Project
      • Create a CheckList
      • Add Files for Code Review
      • Start Automated Code Review
  • Ratifier Tutorials
    • SQL Sanity Check
      • Oracle Setup
        • Oracle Database Setup
        • Create SQL File for Sanity Check
      • SQL Server Setup
        • SQL Server Database Setup
        • Copy of Create SQL File for Sanity Check
      • Create a New Project
      • Add SQL File for Sanity Check
      • SQL Sanity Check - Datasource Config
      • SQL Sanity Check - Start
    • SQL Simulator
      • Technical Overview
        • Step 1
        • Step 2
        • Step 3
        • Step 4
        • Step 5
      • Oracle Setup
        • Oracle Database Setup
        • Create SQL File for SQL Simulator
        • Create a New Project
        • Add SQL File for SQL Simulator
        • Datasource Config
        • Start Simulation
      • SQL Server Setup
        • SQL Server Database Setup
        • Create SQL File for SQL Simulator
        • Create a New Project
        • Add SQL File for SQL Simulator
        • Datasource Config
        • Start Simulation
  • Kulvert
    • CI/CD Pipeline
      • Oracle Setup
        • Oracle Database Setup
        • Create SQL File for Kulvert
      • SQL Server Setup
        • SQL Server Database Setup
        • Create SQL File for SQL simulator
      • Create a New Project
      • Add SQL File for Kulvert
      • Kulvert - Datasource Config
      • Kulvert - PipeLine Start
  • Redactor
    • About Redactor
  • About
    • About Tribal Knowledge
Powered by GitBook
On this page
  1. Exemplar Tutorials
  2. Knowledge Sharing Code Review

Create a CheckList

  • Go to the Jotlist folder and start Jotlist.exe

  • Create XML similar to the one below and save the file as dbcr_reveiw.cl.

<CHECKLIST>
    <PLSQL>
        <DMLGROUPEXISTS>
            <CHECKLISTID>12345</CHECKLISTID>
            <VERSION>1.0</VERSION>
            <DELETE>TABLEA</DELETE>
            <DELETE>TABLEB</DELETE>
            <DELETE>TABLEC</DELETE>
            <INSERT>TABLED</INSERT>
            <UPDATE>TABLEE</UPDATE>           	
        </DMLGROUPEXISTS>
    </PLSQL>    
</CHECKLIST>	
  • On Exemplar main screen click "Code Review"

  • Then Click on "Checklist"

  • Then Click "Add Files". Add the dbcr_reveiw.cl file and then click close.

PreviousCreate a New ProjectNextAdd Files for Code Review

Last updated 2 years ago