SaaSHub helps you find the best software and product alternatives Learn more →
CSVLint Alternatives
Similar projects and alternatives to CSVLint
-
Pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
sqlitebrowser
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
-
OpenRefine
OpenRefine is a free, open source power tool for working with messy data and improving it
-
-
csv_log_cleaner
Clean CSV files to conform to a type schema by streaming them through small memory buffers using multiple threads and logging data loss.
-
datasetmultitool
CSV lint tool to validate csv files. It is a helper utility to process csv textfiles and check for data errors. It can check text width, validate and reformat date and datetime values, change point or comma decimal separator, remove thousand separator and change column order.
-
Customer-Analysis-Tableau
This repository contains the data source and the tableau workbook used in my YouTube video: https://www.youtube.com/watch?v=_qReGTOrKTk
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
JsonToolsNppPlugin
A Notepad++ plugin providing tools for JSON like linting, querying, a tree view, and CSV conversion.
CSVLint discussion
CSVLint reviews and mentions
- CSV Lint plug-in for Notepad++ with highlighting, validation and datatypes
-
A question for the pro's, am I misusing SQL?
Also, a little self-promotion here, I've created the CSV Lint plug-in for Notepad++ to work with CSV text data files. It can reformat, validate and sort csv files, as well as convert csv to different formats including SQL. Meaning it can take a csv data file and generate INSERT INTO statements, including CREATE TABLE with the corresponding column datatypes and everything.
-
Looking for a CSV editor that doesn't modify the data like Excel does
I've created the CSV Lint plug-in for Notepad++ which can do all kinds of validation and transformations on a CSV file, processing it just as a text-file. Although it's only on Windows.
-
Best Way to Import a CSV From Into PostrgeSQL
fyi Notepad++ has a CSV Lint plug-in which can convert a csv file into an SQL INSERT VALUES script, including a CREATE TABLE statement with the appropriate column datatypes (based on the content of the csv data)
-
How to Import Data (XLSX, CSV, etc) into pgadmin
Maybe you could use Notepad++ with the CSV Lint plug-in to convert a csv file to an SQL INSERT VALUES script, including a CREATE TABLE statement.
-
Problem importing CSV file
You could try opening the file as a plain text file in notepad, or maybe using Notepad++ and the CSV Lint plug-in
-
Best language/tool to work with CSV files?
I just want to mention I've created a CSV Lint plug-in for Notepad++, maybe not exactly what you're looking for but it can generate initial Python scripts based on csv files, so might be useful.
-
CSV Lint plug-in for Notepad++ to view csv files, validate and convert to SQL insert script
The CSV Lint plug-in for Notepad++ was updated recently, it's available in the latest release of Notepad++ (v8.5.3). It is a useful plug-in for anyone working with csv datasets. I have created the plugin and had posted about it before, and this latest update has some more improvements and bugfixes.
-
Just joined a company in a sunset industry, data is in Excel. I want to migrate from Excel to PostgreSQL. I have zero knowledge in SQL, but i have some experience in programming using MatLab. Is this possible? I am thinking of Jose Portilla's course on Udemy as starting point.
If you just want to create tables you could experiment a bit with Notepad++ and the CSV Lint plug-in (Disclaimer: I'm the author of this plugin).
-
How do you guys handle pandas and its sh*tty data type inference
There's also the CSV Lint plug-in for Notepad++ which can detect datatypes, and then you can do CSV Lint > Generate metadata > Python script. Although idk it might not work correctly for all datetime datatypes.
-
A note from our sponsor - SaaSHub
www.saashub.com | 20 Apr 2025
Stats
BdR76/CSVLint is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of CSVLint is C#.