TIGZIG: Co-Analyst - Cricsheet.org CSV-ZIP File Processor | TIGZIG Co-Analyst
Try the App Live

Cricsheet.org CSV-ZIP File Processor

Process zipped CSV files from cricsheet.org into pipe-delimited TXT output file

About the App

Getting Started with Cricsheet.org File Processor

Overview

A specialized tool for processing cricket match data files from Cricsheet.org. Convert zipped CSV files into a standardized pipe-delimited format for easier analysis.

Key Features

Basic Usage

  1. Download CSV format ZIP files from Cricsheet.org from https://cricsheet.org/downloads/#experimental
  2. Upload ZIP file to processor
  3. Receive processed TXT file
  4. Use in your analysis tools

Source Code and Build Guides

How It Works

GitHub Repo

https://github.com/amararun/shared-cricket-data-flask

  1. File Upload: Users upload a ZIP file containing cricket match CSV data

  2. Processing Pipeline:

    • Extracts files from ZIP archive
    • Processes files in batches of 500 for memory efficiency
    • Normalizes data types (converts numeric fields, handles missing values)
    • Combines processed data into a single output file
  3. Progress Tracking: Real-time updates show:

    • Current processing status
    • Number of files processed
    • Detailed logs of operations
  4. Download: Processed file available for download upon completion

Technical Architecture

Frontend

Backend