> For the complete documentation index, see [llms.txt](https://cqube.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cqube.sunbird.org/cqube-v-4.1-beta/laptop-desktop-demo-installation/mock-data-processing.md).

# Mock Data Processing

Create the directory and place the data files as shown in file structure below inside the emission directory.

### Scripts:

Scripts folder contains the Python code to generate the mockup data and the data configrations.

### test\_data\_lite:

test\_data\_lite folder contains the data with a sample of few records(3 schools) to make the cQube light weight. This data will be used just for the lighter demos.

### test\_data:

test\_data folder contains the data with one million of records to describe a perfect view of cQube demo.\
\
\ <br>

**Based on the requirement the data can be selected from either test\_data\_lite/test\_data**

**Note : Process the data files one after the another.**

### Master Files

* district\_master
  * district\_mst.zip
    * district\_mst.csv
* block\_master
  * block\_mst.zip
    * block\_mst.csv
* cluster\_master
  * cluster\_mst.zip
    * cluster\_mst.csv
* school\_master
  * school\_mst.zip
    * school\_mst.csv
* school\_management
  * school\_management\_master.zip
    * school\_management\_master.csv
* diksha\_enrolment
  * diksha\_enrolment\_tpd.zip
    * diksha\_enrolment\_tpd.csv

### Transactional Files

**Student Attendance Data Processing**

* student\_attendance
  * student\_attendance.zip
    * student\_attendance.csv

**Teacher Attendance Data Processing**

* teacher\_attendance
  * teacher\_attendance.zip
    * teacher\_attendance.csv

**Infrastructure Data Processing**

* infra\_trans
  * infra\_trans.zip
    * infra\_trans.csv

**CRC Data Processing**

* inspection\_master
  * inspection\_master.zip
    * inspection\_master.csv
* user\_location\_master
  * user\_location\_master.zip
    * user\_location\_master.csv

**SAT Data Processing**

* sat
  * semester\_exam\_grade\_details.zip
    * semester\_exam\_grade\_details.csv
  * semester\_exam\_subject\_details.zip
    * semester\_exam\_subject\_details.csv
  * semester\_exam\_mst.zip
    * semester\_exam\_mst.csv
  * semester\_exam\_qst\_mst.zip
    * semester\_exam\_qst\_mst.csv
  * semester\_exam\_result\_trans.zip
    * semester\_exam\_result\_trans.csv


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cqube.sunbird.org/cqube-v-4.1-beta/laptop-desktop-demo-installation/mock-data-processing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
