Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Files.DoneDat

Mestre-Tramador edited this page Sep 9, 2022 · 1 revision

Done Dat File

Extension: .done.dat

The files generated by the Exper-Dat-Reader system.

Description

It consists on a text file where every line is designed to hold a specific and summarized info.

Contents

It's worth to note that a Done Dat file can be easily read by any human or treated like an ordinary .txt file. What matters are the number and contents of each line.

70
16
89745
JuarezMoura

Lines

Currently, each dumped .done.dat file shall contain a total of 4 lines.

The lines order matter as their contents, following the below list:

  1. The Quantity of Customers
  2. The Quantity of Sellers
  3. The Most Expensive Sale ID
  4. The Worst Seller

Quantity of Customers

Counts all customers of the dumped .dat files. They're differed by the name.

Quantity of Sellers

Counts all sellers of the dumped .dat files. They're differed by the name.

Most Expensive Sale ID

Analyze all the sales and get the ID of the one with the best rentability.

Worst Seller

Analyze all the sales and get the name of the seller with the worst profit.

Clone this wiki locally