Zum Inhalt springen

I built a CSV/XLSX editor that lets you use JS to manipulate the data

Hi everyone,

I work in enterprise IT, handling diverse data exports from various systems/APIs.

Frustrated by:

  1. The need for different tools based on file formats.
  2. The lack of tools optimized for quickly understanding data.
  3. Messy files often need to be cleaned before use.

I built my own solution as a side project and a fun way to learn React and Tailwind.

Maybe it helps others as well.

It aims to be both:

  • Simple: Just drag and drop a file; it automatically detects encoding, delimiter, headers, etc.
  • Powerful: Run arbitrary JavaScript to filter and transform data at scale.

Try it out: https://www.fileglance.info/

Source code: https://github.com/dell-mic/file-glance

I’d love to hear your feedback!

submitted by /u/crazycrossing77
[link] [comments]

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert