Making a JSON file.

Slides:



Advertisements
Similar presentations
(MICROSOFT EXCEL). Is a spreadsheet application designed to take advantage of the windows graphical interface MICROSOFT EXCEL.
Advertisements

MS-Word XP Lesson 7.
Paul Mundy Microsoft Excel Tips and tricks.
Excel 101 Excel 101 By Raji Aboulhosn. Using keyboard shortcuts To copy, press Ctrl+C. To cut, press Ctrl+X. To paste, press Ctrl+V. Using the mouse To.
Objectives © Paradigm Publishing, Inc. 1 Objectives.
Review for Excel Chapter 1
1 After completing this lesson, you will be able to: Create a workbook. Understand Microsoft Excel window elements. Select cells. Enter text, numbers,
RETRIEVING DATA FROM FCC LICENSE DATABASE Steps for obtaining query results, and importing it into MS Excel Spreadsheet.
A Visual Follow-Along Guide to the Instructions of the NBTA Modular Hotel RFP.
Saving and Preparing School Finance Data from GEMS Expenditures Paul Taylor, OPI School Finance.
Microsoft Excel Project Six Creating Templates and Working with Multiple Worksheets and Workbooks.
Using Excel for Data Analysis in CHM 161 Monique Wilhelm.
1 After completing this lesson, you will be able to: Format numeric data. Adjust the size of rows and columns. Align cell content. Create and apply conditional.
Operating Systems Day 6. Page Setup 1.Open notepad and type a document or file 2.Click on file menu 3.Click on page setup menu item 4.Select paper size,
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
Notes to Teachers: 1.Make sure each student has his/her file open from the previous class “(student name).xlsx”. 2.A vocabulary list is included on last.
October 2003Bent Thomsen - FIT 3-21 IT – som værktøj Bent Thomsen Institut for Datalogi Aalborg Universitet.
Excel Formulas. File -> Open -> 02b-datastart.xlsx.
1 Data List Spreadsheets or simple databases - a different use of Spreadsheets Bent Thomsen.
06. Excel Charts. File -> Open -> 06b-datastart.xlsx.
Microsoft Excel Intermediate Quiz
Using Technology to ease the administration burden CAPS Recording Mark Sheets.
Course ILT Spreadsheet structure Unit objectives Enter labels and values; select a range; replace cell contents; undo or redo actions; and move, copy or.
Moodle with Style Integrating new technologies to empower learning and transform leadership.
Plotting in Microsoft Excel. 1) Enter your data into the Excel spreadsheet in table format. Your data should have column headers, row headers and data.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 15 Advanced Tables.
© Scott/Jones Publishing, Inc. 1 Chapter 17 Using Named Cells Excel 2003, Volume 2 by Karen J. Jolly.
How can we optimize our working in Microsoft Excel?
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
CERTIPORT EXCEL PRACTICE. EDITING SORT/FILTER/FIND & REPLACE In the Summary worksheet, sort the data in descending order by Order Number, and then in.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Working with Data Lists.
T.J. Poland.  Open Excel and notice the columns and rows.  In the top row and first column fill in your.
1 Insert Tab. 2 Then choose a cover page you want and you can easily edit it.
05. Data from Bloomberg Add-in. Launch Bloomberg and Press GO.
More PowerPoint. Re-using your slides You can re-use your slides in different presentation. Choose Insert, Slides from Files Browse to locate the presentation.
Open the file and click at the top of the sheet where you want to put the Gantt chart.
Microsoft Excel 2002—The Basics Presented by: Kyle Kuehler Instructional Technology Specialist (806)
Basic Microsoft Excel & Completing Reading Challenge Card.
More Oracle SQL Scripts. Highlight (but don’t open) authors table, got o External data Excel, and make an external spreadsheet with the data.
Excel Introduction to computers. Excel 2007 Starting the Excel program.
Excel Tutorial 9th Grade FACS. Access Excel from the Start Menu.
Charts Chart. Choosing what to show in a Chart To show cost of individual spend in Leeds: Highlight items and price ONLY (no headings or totals).
02. Excel Formulas. File -> Open -> 02b-datastart.xlsx.
1 Word Processing Intermediate Using Microsoft Office 2000.
Excel Tutorial 8 Developing an Excel Application
Creates the file on disk and opens it for writing
Learning How to “Excel”
TDA Direct Certification
After completing this lesson, you will be able to:
More on Oracle Scripts CSC 240 (Blum).
Creating, Sorting, and Querying a List
After completing this lesson, you will be able to:
Creating a graph on Excel
Files and Parsing CSC 265 (Blum).
Lesson 18 Getting Started with Excel Essentials
Assessed to Sale Ratio Worksheet Instructions
Creates the file on disk and opens it for writing
Microsoft Excel 2007 – Level 1
Excel: Tables Participation Project
Lesson 1 - Automating Tasks
Create a drop down in excel
Help..
Learning Objectives: Creating a new Table Style
TRIPLES.
Bent Thomsen Institut for Datalogi Aalborg Universitet
When you first open up in notepad, go to Edit and click Select All
Microsoft PowerPoint Tutorial Graphs BIS 101 Spring 2018.
AQA specification Lesson 1: Time series and interpreting graphs
Day 4: Modifying Page Layout and Printing your Documents
Day 2: Fill Data Automatically in Worksheet Cells
Presentation transcript:

Making a JSON file

Copy data from browser (use IE) and paste into Excel.

I needed to insert a partial column I needed to insert a partial column. Right click and choose Shift cells right.

Insert columns before, after and between all fields Insert columns before, after and between all fields. Try to enter JSON style text.

Copy text down column and delete header row (if there is one).

Click on File/Save As … name the file and choose csv as type

OK and Yes

Close Excel and open file with notepad

Make a series of replacements

Add code at top to make it an object which in turn is an array of objects

Test in a JSON Validator

Edit until valid. Quotes in data are bad.

Repeat until vaild