Tad alternative

Intact CSV Editor vs Tad

A free, MIT-licensed viewer built on DuckDB. It does not edit; it answers "let me look at this large file" with a pivot view. Intact CSV Editor does 49 things we did not find on Tad's website or in its repository — byte-for-byte saving, SQL queries and column rules among them — and 15 of the 19 features Tad lists.

49

things Intact CSV Editor does that we did not find on Tad's website or in its repository, of the 57 we compared.

15 / 19

of the features Tad lists are in Intact CSV Editor too, and 2 more in part.

1

of the features Tad lists Intact CSV Editor does not have yet.

Where Intact CSV Editor is ahead

49 things we did not find on Tad's website or in its repository.

We read the home page and the repository on 3 September 2026, and looked for each of them there.

Keeping data intact

  • Keeps the byte-order mark
  • Keeps comment lines
  • Mainframe EBCDIC code pages
  • Detects the text encoding
  • Quoting per column and per cell
  • Refuses a character the encoding cannot hold
  • Saves a file back byte for byte

Opening files

  • Separator, quotes and line endings detected and shown
  • Fixed-width files, with layouts you can keep
  • Rules for the files in a folder
  • Tables from web pages
  • JSON, JSON Lines, YAML and XML as tables
  • Log files read into columns by a pattern
  • OpenDocument spreadsheets
  • SPSS, Stata, SAS, R and MATLAB files
  • Open a file from a link
  • vCards and your Mac's Contacts
  • Excel workbooks, opened and saved as workbooks

Editing and cleaning

  • Clusters of similar values, merged on request
  • Duplicates judged on the columns you choose
  • Fill handle that continues a series
  • JSON inside a cell, edited as a tree
  • Sort by several columns, then back to the file's order
  • Rewrite dates and number formats
  • Find and replace with regular expressions and a preview
  • Stack several files into one

Analysis

  • Compare two files, value by value
  • Look values up in another table
  • Rules for each column, checked on every row
  • SQL across every open file

Automation

  • AppleScript and Shortcuts
  • A command-line tool and links into the app
  • Shortcuts you can change, sequences too
  • JavaScript macros
  • A command palette
  • Send the table through any program

Export

  • Copy as Markdown, JSON, SQL, HTML and more
  • Word and rich text
  • Export to more than 30 formats
  • HTML tables that sort themselves
  • PDF export, PDF/A too
  • Saved export presets
  • Split a file into several

Safety

  • A copy kept before every save
  • Lock a file against changes
  • Unsaved work recovered after a crash
  • Settings kept in a small file beside the data
  • Knows when another program changes the file

On the Mac

  • Eight languages
Side by side

Every feature we compared.

FeatureIntact CSV EditorTad
Keeping data intact
Saves a file back byte for byteIntact CSV EditorNot in their documentation
Detects the text encodingIntact CSV EditorNot in their documentation
Mainframe EBCDIC code pagesIntact CSV EditorNot in their documentation
Keeps the byte-order markIntact CSV EditorNot in their documentation
Keeps comment linesIntact CSV EditorNot in their documentation
Refuses a character the encoding cannot holdIntact CSV EditorNot in their documentation
Quoting per column and per cellIntact CSV EditorNot in their documentation
Opening files
Separator, quotes and line endings detected and shownIntact CSV EditorNot in their documentation
Excel workbooks, opened and saved as workbooksIntact CSV EditorNot in their documentation
OpenDocument spreadsheetsIntact CSV EditorNot in their documentation
JSON, JSON Lines, YAML and XML as tablesIntact CSV EditorNot in their documentation
Parquet, Avro, ORC and Arrow, read and writtenIntact CSV EditorDocumented
SPSS, Stata, SAS, R and MATLAB filesIntact CSV EditorNot in their documentation
SQLite databasesIntact CSV EditorDocumented
Tables from web pagesIntact CSV EditorNot in their documentation
vCards and your Mac's ContactsIntact CSV EditorNot in their documentation
Log files read into columns by a patternIntact CSV EditorNot in their documentation
Open a file from a linkIntact CSV EditorNot in their documentation
Fixed-width files, with layouts you can keepIntact CSV EditorNot in their documentation
Millions of rowsIntact CSV EditorDocumented
Rules for the files in a folderIntact CSV EditorNot in their documentation
Editing and cleaning
The column's own values offered as you typeIntact CSV EditorIn part
Fill handle that continues a seriesIntact CSV EditorNot in their documentation
JSON inside a cell, edited as a treeIntact CSV EditorNot in their documentation
Find and replace with regular expressions and a previewIntact CSV EditorNot in their documentation
A filter on every column heading, with countsIntact CSV EditorDocumented
Sort by several columns, then back to the file's orderIntact CSV EditorNot in their documentation
Duplicates judged on the columns you chooseIntact CSV EditorNot in their documentation
Rewrite dates and number formatsIntact CSV EditorNot in their documentation
Reshape: wide to long, a cell split into rowsIntact CSV EditorDocumented
Stack several files into oneIntact CSV EditorNot in their documentation
Clusters of similar values, merged on requestIntact CSV EditorNot in their documentation
Analysis
SQL across every open fileIntact CSV EditorNot in their documentation
Summaries and pivot tables with subtotalsIntact CSV EditorDocumented
Statistics for every columnIntact CSV EditorIn part
Look values up in another tableIntact CSV EditorNot in their documentation
Compare two files, value by valueIntact CSV EditorNot in their documentation
Rules for each column, checked on every rowIntact CSV EditorNot in their documentation
Automation
JavaScript macrosIntact CSV EditorNot in their documentation
Send the table through any programIntact CSV EditorNot in their documentation
AppleScript and ShortcutsIntact CSV EditorNot in their documentation
A command-line tool and links into the appIntact CSV EditorNot in their documentation
A command paletteIntact CSV EditorNot in their documentation
Shortcuts you can change, sequences tooIntact CSV EditorNot in their documentation
Export
Export to more than 30 formatsIntact CSV EditorNot in their documentation
PDF export, PDF/A tooIntact CSV EditorNot in their documentation
Word and rich textIntact CSV EditorNot in their documentation
Copy as Markdown, JSON, SQL, HTML and moreIntact CSV EditorNot in their documentation
HTML tables that sort themselvesIntact CSV EditorNot in their documentation
Saved export presetsIntact CSV EditorNot in their documentation
Split a file into severalIntact CSV EditorNot in their documentation
Safety
A copy kept before every saveIntact CSV EditorNot in their documentation
Unsaved work recovered after a crashIntact CSV EditorNot in their documentation
Knows when another program changes the fileIntact CSV EditorNot in their documentation
Lock a file against changesIntact CSV EditorNot in their documentation
Settings kept in a small file beside the dataIntact CSV EditorNot in their documentation
On the Mac
Eight languagesIntact CSV EditorNot in their documentation
DocumentedDocumentedIn partIn partNot in their documentationNot in their documentation·Not comparedNot compared

Choose Intact CSV Editor if…

  • You need to edit and save the file, not only look at it.
  • Your files must come back exactly as they came — byte for byte, in their own separator, quoting, encoding and line endings.
  • You open more than CSV: Excel, JSON, Parquet, SPSS, Stata, SAS, EBCDIC and more — and export to 33 formats.
  • You want SQL across files, column rules, file comparison and a backup before every save, in one app.
  • You work on a Mac and want an app made for it, in eight languages, from a company in Zürich you can call.

TChoose Tad if…

  • An analytical engine underneath (DuckDB) rather than a table in memory.
  • A hierarchical pivot table as its main view.
  • Connects to remote warehouses such as Snowflake, BigQuery and Athena.
Intact CSV EditorTad
What it isNative Mac editor for CSV and 30+ data formatsFree data viewer built on DuckDB
Runs onMac (macOS 14 or later)Mac, Windows and Linux
Only here49 of the 57 features we compared1 of the 19 features it lists
PricingFree trial of every feature; licence price at launchFree and open source (MIT).
In fairness

Where Tad is ahead

1 of the 19 features Tad documents are not in Intact CSV Editor yet, and 2 are there only in part.

Not in Intact CSV Editor yet

  • An analytical engine underneath, rather than a table in memory

In Intact CSV Editor in part

  • A hierarchical pivot table as the main view
  • Open a DuckDB database
Sources

https://www.tadviewer.com — read 3 September 2026: the home page and the repository. Product names belong to their owners. Found something out of date? Tell us.

Everything Tad documents — 19 features, and whether Intact CSV Editor does it
Tad documentsIn Intact CSV Editor
A hierarchical pivot table as the main viewPartly
An analytical engine underneath, rather than a table in memoryNot yet
Read and write ParquetYes
Read and write ORCYes
Open a DuckDB databasePartly
Query a remote warehouse — Snowflake, BigQuery, AthenaNot applicable
Column histograms for numeric columnsYes
Filter with IN and NOT IN, and AND/OR between rulesYes
A row count footer that separates total, filtered and visibleYes
Tooltips on truncated textYes
Scientific notation as a display choiceYes
Browse a folder of tabular filesYes
Open a file from the command lineYes
Export the filtered tableYes
Copy a rectangular range for Excel or SheetsYes
Numbers aligned right, dates renderedYes
Linear scrolling through millions of rowsYes
European CSV with semicolonsYes
Zoom the contentsYes
Questions

About this comparison

Is Intact CSV Editor a good alternative to Tad?

For most people who work on a Mac, yes. It does 15 of the 19 features Tad lists, 2 more in part, and 49 things we did not find on Tad's website or in its repository — byte-for-byte saving, SQL queries and column rules among them. Where Tad is ahead is listed on this page too.

Does Intact CSV Editor have more features than Tad?

Of the 57 features of Intact CSV Editor we looked for on Tad's website or in its repository, we found 8, some of them only in part; the other 49 we did not find. The other way round, Intact CSV Editor lacks 1 of the 19 features Tad lists.

How was this comparison made?

We read the home page and the repository on 3 September 2026. Every feature Tad lists was checked against Intact CSV Editor, and every one of Intact CSV Editor's was looked for in Tad's pages. A dash means we found nothing like it there; Tad may do more than it documents. If something has changed, write to info@marketvision.ch and we will correct it.

Coming from Tad? Bring your files.

Open the files you work on today and see them come back unchanged. Seven days free, fourteen with an account, no card.

Download free trial

macOS 14 Sonoma or later · See pricing