Data and layout file structure

Assignment Help Basic Computer Science
Reference no: EM131459793

For this assignment you can have all of your code in the Program class if you choose to. You will need to give the user the choice of reading in all of DataFile1, 2, or 3.

The data in the chosen file should be read in and converted to the JSON format. It's important to note that the data files only have the values of each field, the DataFieldsLayout file contains the name of each field.

The JSON formatted data then needs to be written out to a valid JSON file. The code that converts the data to the JSON format must be written by you. Do not use a serializer or 3rd party framework like Newtonsoft.Json.

Setup:
You will be creating a new Visual Studio project named "FirstnameLastname_CE07" using the C# Console Application template. You will also need to download the files found here, these are the files that you will be reading in data from.

You will compress and upload a file named "FirstnameLastname_CE07.zip" with the following contents with the following names:
- Project - Folder containing your entire project and all files necessary to build the project(csproj, .cs files, App.config, and Properties folder).

Be sure to upload the correct project and all required files the first time as only one submission will be allowed. No extra time or consideration will be given if the wrong files are uploaded.

Instructions:

Data and layout file structure

Inside each of the data files is 102 lines of information. The first and last lines are just a header and footer that don't contain a relevant record. Each of the other 100 lines contains one record each. These records each have 150 fields separated by | . The final field is just a field indicating the end of a record.

The data layout file has one field name per line corresponding to each of the 150 fields that each record in the data files have. These field names and the fields in the data files are all in the same order.

For this assignment you can have all of your code in the Program class if you choose to. You will need to give the user the choice of reading in all of DataFile1, 2, or 3. The data in the chosen file should be read in and converted to the JSON format. It's important to note that the data files only have the values of each field, the DataFieldsLayout file contains the name of each field. The JSON formatted data then needs to be written out to a valid JSON file. The code that converts the data to the JSON format must be written by you. Do not use a serializer or 3rd party framework like Newtonsoft.Json.

Make sure your project meets the following requirements:

File I/O Reading
- The field names are read in from the DataFieldsLayout file and stored in a variable.
- The data fields are able to be read in from at least one of the DataFile files and stored in a variable.
File I/O Writing
- All relevant data from a DataFile is written out to a single file.
JSON
- Records are converted to valid JSON and written to a valid JSON file. (ex. The file
extension should be .json and not .txt).
User Input
- The user is able to select which of the three data files they would like to process.
Extra Information
Tips and hints:
- Each line of the data files is a separate record made up of key:value pairs.
- Figuring out how to convert one record into JSON and then repeating that process for each record will be easier than trying to just lump convert the whole data set.
- Test your JSON using the JSON validator found here.
- This is an array of data, make sure that your output JSON file accurately represents this fact. The data should not just be a bunch of JSON objects in a file with no structure.

Go back through your code and check for the following:
- All variables and methods are named appropriately.
- Member variables should have either protected or private access.
- Anytime the user is asked for input the expected input is made clear to the user.
- Any information being output to the user should be clear and concise.
- Make sure nothing accesses an object that doesn't exist.

Attachment:- Code.zip

Reference no: EM131459793

Questions Cloud

Use the afn equation to forecast the additional funds : Use the AFN equation to forecast the additional funds Carlsbad will need for the coming year.
Describe and evaluate what chares schwab is doing : How might the company's culture of not buying into hype and not taking exercise risks affects its organizational structure design?
Calculate the value of a bond that matures : Calculate the value of a bond that matures in 11 years and has a $1,000 par value.
Write down your observations on success of technical aspects : Write down your observations and comment on the success of the technical aspects of the production. Lights, sound, costumes, set design.
Data and layout file structure : This is an array of data, make sure that your output JSON file accurately represents this fact. The data should not just be a bunch of JSON objects in a file with no structure.
Define the sales task : Identify and briefly describe the three basic sales tasks. Order processing is the routine handling of an order.
Identify and model the logic of the program : Identify the rationale for doing the evaluation design, that is, the reasons why the project is worthwhile. Discuss the main questions that are driving .
Interested in bond funds versus stock funds : What type of investors are likely to be interested in bond funds versus stock funds?
Recommend an investment-financing package : Please recommend an investment-financing package that meet the investor's target return.

Reviews

len1459793

4/12/2017 4:53:16 AM

Needs to be completed in C# Inside each of the data files is 102 lines of information. The first and last lines are just a header and footer that don't contain a relevant record. Each of the other 100 lines contains one record each. These records each have 150 fields separated by | . The final field is just a field indicating the end of a record. The data layout file has one field name per line corresponding to each of the 150 fields that each record in the data files have. These field names and the fields in the data files are all in the same order. For this assignment you can have all of your code in the Program class if you choose to. You will need to give the user the choice of reading in all of DataFile1, 2, or 3. The data in the chosen file should be read in and converted to the JSON format. It's important to note that the data files only have the values of each field, the DataFieldsLayout file contains the name of each field. The JSON formatted data then needs to be written out to a valid JSON file. The code that converts the data to the JSON format must be written by you. Do not use a serializer or 3rd party framework like Newtonsoft.Json.

Write a Review

Basic Computer Science Questions & Answers

  Identifies the cost of computer

identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:

  Input devices

Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..

  Cores on computer systems

Assignment : Cores on Computer Systems:  Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.

  Prepare an annual budget in an excel spreadsheet

Prepare working solutions in Excel that will manage the annual budget

  Write a research paper in relation to a software design

Research paper in relation to a Software Design related topic

  Describe the forest, domain, ou, and trust configuration

Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.

  Construct a truth table for the boolean expression

Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)

  Evaluate the cost of materials

Evaluate the cost of materials

  The marie simulator

Depending on how comfortable you are with using the MARIE simulator after reading

  What is the main advantage of using master pages

What is the main advantage of using master pages. Explain the purpose and advantage of using styles.

  Describe the three fundamental models of distributed systems

Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd