Data Migration to DOORS DNG Presented By Adam Hammett

Slides:



Advertisements
Similar presentations
Chapter 10 Excel: Data Handling or What do we do with all that data?
Advertisements

CC SQL Utilities.
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Wincite Introduces Knowledge Notebooks A new approach to collecting, organizing and distributing internal and external information sources and analysis.
By Mary Anne Poatsy, Keith Mulbery, Eric Cameron, Jason Davidson, Rebecca Lawson, Linda Lau, Jerri Williams Chapter 8 Get Connected 1 Copyright © 2014.
1 CA202 Spreadsheet Application Creating Dynamic Lists with PivotTables Lecture # 9.
Chapter 7 Data Management. Agenda Database concept Import data Input and edit data Sort data Function Filter data Create range name Calculate subtotal.
CIVIL RIGHTS DATA COLLECTION Workshop April 9, 2015 The Civil Rights Data Collection (CRDC) is a mandatory data collection of the U.S. Department of Education’s.
Tutorial 11: Connecting to External Data
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
CS221 File Output Using Special Formats. What is a File? A file is a collection of information The type of information in the file can differ image, sound,
1 Access Lesson 6 Integrating Access Microsoft Office 2010 Introductory Pasewark & Pasewark.
Microsoft Office Word 2013 Expert Microsoft Office Word 2013 Expert Courseware # 3251 Lesson 4: Working with Forms.
Page 1 ISMT E-120 Introduction to Microsoft Access & Relational Databases The Influence of Software and Hardware Technologies on Business Productivity.
1 Advanced Frame Options Using NORESIZE  By default, users may resize frames unless you specify the NORESIZE attribute in the tag  Examples:
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 4 – Creating New.
Introduction –All information systems create, read, update and delete data. This data is stored in files and databases. Files are collections of similar.
1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Access 2010 by Robert Grauer, Keith Mast, and Mary Anne.
OBSERVATIONS & PRÉVISIONS CÔTIÈRES 3 rd SeaDataNet training course – Ostende – June 2008 NEMO reformatting tool v1 M. Fichaut.
Introduction to database systems
Creating a Web Site to Gather Data and Conduct Research.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Import Data From Text Files and Other Sources Importing is the process of inserting data.
Miscellaneous Excel Combining Excel and Access. – Importing, exporting and linking Parsing and manipulating data. 1.
Databases. Database A database is an organized collection of related data.
Microsoft Project 2010 ® Tutorial 6: Sharing Project Information with Other People & Applications.
0 eCPIC User Training: Dependency Mapper These training materials are owned by the Federal Government. They can be used or modified only by FESCOM member.
SRDR Quarterly Training Brown Evidence-based Practice Center Brown University June 20 th, :00pm-2:00pm Entering Data Retrospectively into SRDR The.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Feedback ELearning in Sakai. Feedback UseExport GradebookWorking in ExcelPost FileView FeedbackUpdate, Download, or Delete.
Microsoft ® Office Excel 2003 Training Using XML in Excel SynAppSys Educational Services presents:
ATN GIS Support ArcGIS: ArcCatalog.
CCS – Mail Merge Mail Merge This presentation is incomplete without the associated discussion 1 Coloma Community Schools In-service 21 March 2014.
Microsoft Excel 2003 Illustrated Complete Data with Other Programs Exchanging.
Data, data, data In-depth session on data integration.
© 2014 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
MySQL Importing and creating a database. CSV (Comma Separated Values) file CSV = Comma Separated Values – they are simple text files containing data which.
Integrate, check and share documents Module 3.3. Integrate, check and share documents Module 3.3.
Principles of Database Design, Part I AIMS 2710 R. Nakatsu.
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
MyFloridaMarketPlace Analysis 2.0 Functional Overview.
Copyright 2007, Paradigm Publishing Inc. BACKNEXTEND 8-1 LINKS TO OBJECTIVES Import data from another Access table Import data from another Access table.
To play, start slide show and click on circle Access 1 Access 2 Access 3 Access 4 Access Access
Generic Software What do we mean by the term “generic software”?
NEMO – Reformating tool
Do-more Technical Training
IST 220 – Intro to Databases
IBM Rational Rhapsody Advanced Systems Training v7.5
OVirt Data Warehouse 02/11/11 Yaniv Dary BI Software Engineer, Red Hat.
Creates the file on disk and opens it for writing
Microsoft Office Illustrated
Software Specification Tools
Tutorial 11: Connecting to External Data
WOCAT Mapping methodology
Microsoft Office Illustrated
Integrating Word, Excel, and Access
Tutorial 8 Objectives Continue presenting methods to import data into Access, export data from Access, link applications with data stored in Access, and.
Exploring Microsoft® Access® 2016 Series Editor Mary Anne Poatsy
Translation Workspace File Filters
Web Design and Development
Creates the file on disk and opens it for writing
Navya Thum January 30, 2013 Day 5: MICROSOFT EXCEL Navya Thum January 30, 2013.
Smart Integration Express
Introducing Schoolwires Forms & Surveys Module
Metadata The metadata contains
The Basics of Excel Part I Monday, April 3rd 2017
GENEDI EUROPEAN COMMISSION - EUROSTAT GENERIC EDI TOOLBOX
Importing And Exporting
Smartlist Builder Tips and Tricks
Integrated Statistical Production System WITH GSBPM
Login Main Functions Via SAS Information Delivery Portal
Presentation transcript:

Data Migration to DOORS DNG Presented By Adam Hammett (ahammett@htii Data Migration to DOORS DNG Presented By Adam Hammett (ahammett@htii.com) & Andrew Ridenour (aridenour@htii.com) 11/15/2018

Overview Introduction .CSV Video Walkthrough of CSV .ReqIF Video Walkthrough of ReqIF Questions Adam 11/15/2018

Introduction Data formats .CSV (Comma Separated Values) ReqIF (Requirements Interchange Format) A type of XML file Adam 11/15/2018

.CSV – What is it? Simple and transparent data format Microsoft Excel Raw .CSV Format Identifier,Artifact Type,PrimaryText,parentBinding,module,isHeading 1,Module,CSV Module 1,, 2,Requirement,Main,,1,TRUE, 3,Requirement,Second Tier 1,2,1,, Etc… Andrew 11/15/2018

.CSV – Rules For a CSV file to be imported successfully into DNG, the content must adhere to these rules: Rows Each row in the CSV file must contain the same number of cells (i.e., same number of commas per line) Header row The first row must contain column headers. These headers must not contain escaped characters or apostrophes. The following table contains the requirements for the columns of the first row. You can have as many columns as needed to correspond to the fields in an artifact type. The artifact type that the columns map to is determined by the entry in the Type column of each content row. Source: IBM http://www-01.ibm.com/support/knowledgecenter/SSYMRC_4.0.4/com.ibm.rational.rrm.help.doc/topics/r_csv_format.html?cp=SSYMRC_4.0.4 Andrew 11/15/2018

.CSV – When to use it For one-time creation of new modules and artifacts in Jazz DNG using a simple interface Andrew 11/15/2018

.CSV – Limitations Only allows for basic text (text and numeric) input No attachments, images, URL’s, text formatting*, etc Cannot be used to update DNG artifacts Cannot be used to import links to and from other artifacts Poor scalability *DNG can use the isHeading column to format text as a Heading. Andrew 11/15/2018

Andrew CSV Import 11/15/2018

ReqIF– What is it? Requirements Interchange Format Robust and versatile data format made available by the Object Management Group A Form of XML Image from Object Management Group (http://www.omg.org/spec/ReqIF/1.1/) Adam 11/15/2018

ReqIF– When to use it For large scale migration of an established database (e.g. Rational DOORS) For collection and integration of change sets to and from other databases (Interchange) Adam 11/15/2018

ReqIF – What can be Imported You can import several types of data from a ReqIF file: Textual artifacts Graphical artifacts Attribute definitions Attribute definitions from link types Data types Folder and folder hierarchy Links Link types Modules Object types Collections View column information, which can be imported in the first import only The following types of data cannot be imported: Tags View filtering information Comments Reviews Audit history Source: IBM http://www-01.ibm.com/support/knowledgecenter/SSYMRC_4.0.4/com.ibm.rational.rrm.help.doc/topics/t_import_reqif.html Adam 11/15/2018

ReqIF– Limitations Not functionally transparent or user-friendly Requires careful pre-tailoring of source database before export Complicates Artifact Type, Attribute, and Attribute Type definitions in DNG Adam 11/15/2018

ReqIF– Process Summary In Rational DOORS Configure URI’s for Attributes and Types E.g. https://www.dummyserver.com/attributes/deliverydate E.g. https://www.dummyserver.com/types/deadline Use Files  Mappings for automated assignment attribute URI’s Define ReqIF Package Select Modules (Views and Data) and Link Modules to be included Export ReqIF Package In DOORS Next Generation Artifacts Dropdown  Import Artifacts…  Import Requirements from a ReqIF File Once complete, refresh the module view to see the imported modules. Adam 11/15/2018

Questions? 11/15/2018