Back

About FileGlance

A powerful tool for viewing, filtering, and transforming tabular data files.

Why FileGlance?

Frustrated by:
  1. Needing different tools for different formats.
  2. Lack of tools optimized for quickly understanding data.
  3. Messy files that require cleaning before use.

I built FileGlance as a side project and a fun way to learn React and Tailwind.

Maybe it will help others, too.

It aims to be both:

Features

Use Cases

Data Viewing & Exploration

View raw data and column types. Get visualizations for categorical and continuous data (histograms). For numeric values, see statistics like average, median, min, and max.

Data Filtering & Cleaning

Apply quick filters with one click or use complex filter functions with custom JavaScript. Remove duplicates, incomplete, or corrupted data.

Data Transformation

Transform data using custom JavaScript functions. For example, split the domain from an email or format Unix timestamps to readable dates.

Tech Stack & Code

FileGlance is built with TypeScript, Next.js/React, Tailwind CSS, and Recharts. It is open source under the AGPL license. Interested developers can find the full source code on GitHub: https://github.com/dell-mic/file-glance