A poorly named Curt Hill utility program

Slides:



Advertisements
Similar presentations
BASIC SKILLS AND TOOLS USING ACCESS
Advertisements

Bring up the graph you want to copy. Click on the Format this page for printing icon. A new window without the left navigation or header information will.
Office Links - Sharing Data in Microsoft Office A Mixed Bag of Treasures Chester N. Barkan Registrar Long Island University, C.W.Post Campus.
ClassGrab Software Test Plan Computer Science Department University of Alabama in Huntsville Dr. Rick Coleman, Instructor CS 499, Senior Project.
EndNote. What is EndNote:  EndNote is referencing software that enables you to create a database of references from your readings. Your database of references.
RETRIEVING DATA FROM FCC LICENSE DATABASE Steps for obtaining query results, and importing it into MS Excel Spreadsheet.
Microsoft Excel 2010 Chapter 7
How to Make a Web Page: A Crash Course in HTML programming.
Chapter 7 Data Management. Agenda Database concept Import data Input and edit data Sort data Function Filter data Create range name Calculate subtotal.
Creating a Blank Database 1. Open up Microsoft Access 2. Click on Blank document button 3. On the right panel, Specify the location for saving your database.
2015/6/301 TransCAD Managing Data Tables. 2015/6/302 Create a New Table.
Accounting Interface:
Chapter 2 Querying a Database
Using Tabs. Tabs are the most general way to navigate through the zzusis portal applications. This tour gives an overview of how to use tabs.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
0 UMN 2011 ERP Terapan ABAP Introduction Session # 8.
© 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.
ASP.NET Programming with C# and SQL Server First Edition
1 MySQL and phpMyAdmin. 2 Navigate to and log on (username: pmadmin)
Chapter Extension 6 Using Excel and Access Together.
Importing existing reference lists Lorraine Beard & Martin Snelling DRAFT: May 2007.
Office of Education Technology (OET) Active Directory Bulk Import Saturday March 11, 2006 /8:30 – 10:30 AM.
Lesson 2.  To help ensure accurate data, rules that check entries against specified values can be applied to a field. A validation rule is applied to.
Ts_print IN A FEW EASY STEPS. C L E A N, Q U A L I T Y D A T A F O R E X C E L L E N C E I N R E S E A R C H ts_print is CRSP’s flexible report writer.
CREATING TEMPLATES CREATING CUSTOM CHARACTERS IMPORTING BATCH DATA SAVING DATA & TEMPLATES CREATING SERIES DATA PRINTING THE DATA.
This is the first screen you will encounter. Select Blank Database.
Printing the Works Cited from NoodleTools From the bibliography page of your research project, click on “Print/Export”
Instructions.  Open up the letter that Adam has given to you  Format it so it look professional.
MySQL Importing and creating a database. CSV (Comma Separated Values) file CSV = Comma Separated Values – they are simple text files containing data which.
Importing Data to Excel. Suppose you have a delimited* text file and you need to bring it into Excel. Follow these steps… *Delimited means text separated.
Copy of the from the secure website - click on the AccoridaLife.zip link.
More Oracle SQL Scripts. Highlight (but don’t open) authors table, got o External data Excel, and make an external spreadsheet with the data.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
An Overview of the Energy Reduction Calculator.  Calculates reduction in emissions for a facility Emissions computed are Carbon Dioxide, Sulfur Dioxide,
Microsoft Project – Tutorial 6 Working with Excel as Microsoft Project uses many sheets for entering and working with data, it is fairly easy to import.
Compare Programs What do they need to do to be helpful? Copyright © 2016 Curt Hill.
Batch Files More flow of control Copyright © by Curt Hill.
CS 281 – Fall 2010 Lab 4 Parametric Query and Forms in MS Access.
Copyright © Curt Hill SQL The Data Manipulation Language.
Chapter 7 Creating Templates, Importing Data, and Working with SmartArt, Images, and Screen Shots Microsoft Excel 2013.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 8 BACKNEXTEND 8-1 LINKS TO OBJECTIVES Import data from Access, a Web site, or a CSV text file.
Copyright © 2014 Pearson Canada Inc. Ext. 5b-1 Copyright © 2014 Pearson Canada Inc. Application Extension 5b Using Microsoft Access Part 2: Using Information.
1 New Perspectives on Access 2016 Module 8: Sharing, Integrating, and Analyzing Data.
1 Database Systems Introduction to Microsoft Access Part 1.
Some other query issues:
, MS-Access, QBE, Access/Oracle
Bim Spring Final Review 2015.
Database application MySQL Database and PhpMyAdmin
EMR field in Portals Work History page
Chapter 6 Filters.
Mail Merge And Macros in MS WORD
Microsoft Office Illustrated Fundamentals
Mastering ArcGIS Attribute Data (Continued)
CQG XData Walkthrough.
Data File Import / Export
Access Maintaining and Querying a Database
ORACLE SQL Developer & SQLPLUS Statements
How to Create a KPI Dashboard Report
Exploring Microsoft® Access® 2016 Series Editor Mary Anne Poatsy
EndNote by: fatimah alotaibi.
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Microsoft Excel 2007 – Level 2
Click ‘browse’ to search your device for
Data Groupings: File File: a group of related records
How to Enter Grades in Banner
Java Looking at our first console application in Eclipse
Grauer and Barber Series Microsoft Access Chapter Two
Query-by-Example Transparencies
Unit J: Creating a Database
Presentation transcript:

A poorly named Curt Hill utility program MakeMOO A poorly named Curt Hill utility program Copyright © 2012 Curt Hill

Purpose The program takes input lines and reformats them according to user specified directions Inputs Command directives from the screen Input file Output A new file modified from the inputs Copyright © 2012 Curt Hill

Input file Usually the output from a database or spreadsheet, but could be any program Each line should have a fixed number of fields Separated by a comma or tab character One line of file will be read in early and the number of fields counted Copyright © 2012 Curt Hill

Output file Output of each line is similar Constructed from Constants in the directives Fields from the corresponding input line Constructed by directives Input field order and output field order does not have to match Not all input fields need to be output Copyright © 2012 Curt Hill

Initial Screen Copyright © 2012 Curt Hill

First Actions Select whether your input file has commas or tabs for delimiters using the checkbox Click the Open button and select the file You may have to change the directory or extension to the that of your file Copyright © 2012 Curt Hill

Then What? After an open MakeMoo will show you the first file and the fields that it has found on that line Enter the format of the new line using ordinary constants and position descriptors A position descriptor is the % followed by the digit of the field When this is complete hit the save button and choose the file Copyright © 2012 Curt Hill

Example In the following screen shots we will take the data from a database query and modify into SQL commands Steps Copy the results Save as a file Point MakeMOO at the file Form directives Save result Copyright © 2012 Curt Hill

SQL Results Page Copyright © 2012 Curt Hill

Notepad++ Copyright © 2012 Curt Hill

Before Directives Copyright © 2012 Curt Hill

After Directives Copyright © 2012 Curt Hill

Results insert into faculty values (444, 'Preston Bush', 'MATH', 'PhD', 41,10, ,'Math') insert into faculty values (765, 'Susan Rock', 'MATH','PhD', 60,10, ,'Math Ed') Copyright © 2012 Curt Hill

Finally MakeMOO thinks of the characters except % and \ as just characters So it will just copy those in The example doubled the comma between fields 6 and 7 Copyright © 2012 Curt Hill