CSV
CSV is a common data exchange format that stores tabular data in a plain text file. A CSV file stores the data in a delimited text file that uses commas to separate the values.
- GitHub: https://github.com/topics/csv
- Wikipedia: https://en.wikipedia.org/wiki/Comma-separated_values
- Related Topics: tsv, rfc-4180, data-exchange, tabular-data, spreadsheet, dsv, flat-file,
- Last updated: 2026-06-23 00:07:09 UTC
- JSON Representation
https://github.com/frederikhs/sql2csv-cmd
cli application for extracting data as csv from a PostgreSQL database using sql
Last synced: 24 Feb 2026
https://github.com/thekicker/usadd-placards-generator
As part of my responsibilities at The Fiesta Tableware Company - we needed placards to help with inventory management. The general idea is to make basic signage for each product that would help workers locate the product in the warehouse and make audits more efficient.
csv docx placards python shopify signage urllib usadd word-documents
Last synced: 30 Apr 2026
https://github.com/isawnyu/oracc2csv
The Open Richly Annotated Cuneiform Corpus (ORACC) publishes JSON data for each of its projects. Sometimes you want the catalog data listing each text to be in CSV format. This package does that.
Last synced: 30 Apr 2026
https://github.com/alcestide/scianalytics
Playground for Data Analysis and Visualization for Research and Scientifical Purposes with Pandas and Plotly.
csv data-analysis data-science data-visualization pandas plotly python science-research statistics
Last synced: 30 Apr 2026
https://github.com/mindlessmuse666/glavsnab-parser
This project is a parser for the glavsnab.net website, designed to extract product data from the "Winter goods" category. The parser efficiently collects product information, processing up to 672 pages of the catalog. Parsing results are saved in two convenient formats: JSON and CSV.
beautifulsoup4 csv json parser python
Last synced: 30 Apr 2026
https://github.com/flazefy/moneh-be
Moneh helps you track, analyze, and manage your daily or monthly spending and income. Save your wishlist to align with your financial goals, ensuring your money and time are well spent. Enjoy a superior experience with insightful charts that go beyond regular expense tracking. Created using Go Echo
backend csv e2e-tests echo firebase firebase-realtime-database golang integration-testing money-management mysql seeding stats telegram-bot
Last synced: 10 May 2026
https://github.com/danieljdufour/django-rest-framework-more
More Cool Django Rest Framework Stuff
csv django django-rest-framework djangorestframework djangorestframework-csv python
Last synced: 30 Apr 2026
https://github.com/samuelstevens/elm-csv
CSV parsing and escaping library for Elm.
Last synced: 07 Oct 2025
https://github.com/manishjalui11/csv-diff
> A fast and flexible command-line tool to compare CSV files using composite keys and generate clean, structured diffs.
cli command-line-tool composite-key csv csv-comparison csv-diff data-comparison data-diff data-engineering diff-tool go go-cli golang linux macos open-source windows
Last synced: 30 Apr 2026
https://github.com/midzer/beer2md
Parse OpenBeerDB *.csv files and convert the data to markdown files
Last synced: 10 May 2026
https://github.com/klaus-tockloth/osmnotes2csv
Fetches OpenStreetMap (OSM) notes and saves them as (rfc-4180) csv file.
converter csv notes openstreetmap osm
Last synced: 30 Apr 2026
https://github.com/flowsynx/plugin-csv
FlowSynx plugin to reads and writes CSV files, enabling easy batch data import/export operations and integration with spreadsheet-based data workflows.
comma-separated-values csv data data-platform flowsynx
Last synced: 10 Mar 2026
https://github.com/ikauematos/readwritecsv
Hello everyone, everything good? with you today I come to share a small script in php that I ended up making based on some videos on the internet and this small script opens up the possibility for us to create crv files with some data and also read csv files in array format
Last synced: 27 Feb 2025
https://github.com/kiprasmel/excel-aggregator
take a folder of excel documents, comfortably extract certain values, and generate an aggregated excel document.
aggregator collector csv excel
Last synced: 10 Jun 2026
https://github.com/jmaczan/csv-to-ml
๐ง Upload a CSV file and get an ML model
autodl automated-machine-learning automl chatgpt csv machine-learning ml nextjs openai-api tabular-data
Last synced: 29 Apr 2026
https://github.com/codeshayk/parsley.net
Parsley - Fixed width or Delimiter separated file parsing library in .Net
comma-separated comma-separated-edittext comma-separated-file comma-separated-values csv delimited-data delimited-file delimited-files delimiter delimiter-file delimiter-separated-fields delimiter-separated-file delimiter-separated-values delimiter-string fixed-width fixed-width-fields fixed-width-format fixed-width-parser fixed-width-text tsv
Last synced: 25 Feb 2026
https://github.com/aqib-git/htmltable2csv
Transform HTML tables in a Web Page to CSV files.
csv csv-export export html html-tables htmltable package python python3 table
Last synced: 12 Jun 2025
https://github.com/ujjwalsaini07/gssoc25-workautomation
๐ Gssoc25-WorkAutomation is a tool to automate GSSoCโ25 workflows, including contributor points, CSV generation, and phase-wise project lists. ๐ It helps mentors, admins, and contributors save time, stay organized, and focus more on impactful open-source contributions.
automation community contributors csv developer-tools gssoc25 mentors opensource points-tracking productivity project-admin project-management workflow
Last synced: 07 Oct 2025
https://github.com/zakarich/WamaDistributionDataWarehouse
csv dataset etl excel mysql qlickview reporting talend visual-basic
Last synced: 11 Mar 2025
https://github.com/duydvu/easy-label
Labelling tool for labelling dataset without hardness
csv flask labeling-tool machine-learning mongodb nodejs python reactjs
Last synced: 12 Apr 2026
https://github.com/datahappy1/mssql_to_redshift_data_transfer_tool
MSSQL to AWS Redshift data transfer tool written in Python 3.7
aws bcp csv migration mssql python3 redshift redshift-migration s3
Last synced: 11 May 2026
https://github.com/mnie/csvparser
Simple example of use CsvFile to easily parse Csv files
automated-testing canopy csv fsharp selenium
Last synced: 29 Apr 2026
https://github.com/dmytrodemianchuk/go-crud-csv
Application for request an external CSV file with a list of products
csv docker docker-compose gin-gonic go golang migrations postgresql swagger
Last synced: 12 Apr 2026
https://github.com/kouisamine/xml-to-csv
XML to CSV converter is a free online tool to convert data from XML format into CSV format.
conversion convert converter csv csv-files js online php source-code tools xml xml-document xml-to-csv
Last synced: 11 May 2026
https://github.com/swharden/abfconvert
Tools for automated conversion of ABF files to ATF, CSV, and other useful formats
Last synced: 06 Jul 2025
https://github.com/kevinmarquesp/csv_to_sql
Script that reads a CSV file and constructs a SQL query string that inserts every row of this file into an SQL database -- you can also connect to an PostgreSQL database (by default) and actually run that generated insert command
cli cli-tool csv csv-parser csv-parser-python learning-by-doing python sql study-project
Last synced: 28 Mar 2025
https://github.com/siman/csv-upload
Use HTML5 File.slice() to read CSVย file on a client and send bulk of lines to server until entire file is read.
csv html5 html5-fileapi js nodejs react
Last synced: 29 Apr 2026
https://github.com/sandeepbalachandran/classify.jobs
Job classification portal
classification classify-jobs csv jobs labels machine-learning roles
Last synced: 15 Oct 2025
https://github.com/yord/klp-json
A JSON plugin for klp (Kelpie), the small, fast, and magical command-line data processor.
csv data deserializer dsv json kelpie klp marshaller parser serializer ssv tsv
Last synced: 29 Apr 2026
https://github.com/puureya2/llm-powered-web-scraper
Big Data Web Scraper Framework, Internship Project
asyncio crawl4ai crawler crush-cli csv deepseek-r1 gemini-2-5-flash gemini-api gzip json llm pandas pydantic python selenium-webdriver seleniumwire web-scraper
Last synced: 29 Apr 2026
https://github.com/futuresea-dev/convert_vtt_csv
convert vtt file to csv file
csv parser python vtt-subtitles youtube
Last synced: 29 Apr 2026
https://github.com/nuvtools/nuvtools-report
Report base library to support PDF and Sheet infrastructure libraries.
Last synced: 29 Jan 2026
https://github.com/andrewrathbun/csvmerger
A simple program to merge CSV files together.
Last synced: 13 May 2026
https://github.com/vi/rendercsv
Tool to convert CSV table to a picture.
animation csv csv2pic csv2png data-analysis picture png table table-renderer visualization
Last synced: 01 Apr 2025
https://github.com/isaque-s-0liveira/inventory-report
Este projeto trata-se de um sistema gerador de relatรณrios de estoque. A aplicaรงรฃo รฉ capaz de ler esses arquivos, importar os dados de forma estruturada e gerar relatรณrios que resumem as informaรงรตes contidas no estoque.
csv interface json-handling poo programacao-orientada-objetos protocol pytest python
Last synced: 13 May 2026
https://github.com/jcp/datafilter
Quickly find flags (words, phrases, etc) within your data. :male_detective:
csv data-clean data-cleansing hate-speech-detection parser python swear-filter text textfile
Last synced: 14 Jan 2026
https://github.com/etr2460/export-data
Export data in React to CSV and other file formats
Last synced: 14 May 2026
https://github.com/yord/klp-dsv
A delimiter-separated values plugin for klp (Kelpie), the small, fast, and magical command-line data processor.
csv data deserializer dsv json kelpie klp marshaller parser serializer ssv tsv
Last synced: 14 May 2026
https://github.com/kevinmarquesp/csv2sql
Script that reads a CSV file and constructs a SQL query string that inserts every row of this file into an SQL database -- you can also connect to an PostgreSQL database (by default) and actually run that generated insert command
cli cli-tool csv csv-parser csv-parser-python learning-by-doing python sql study-project
Last synced: 11 Jun 2026
https://github.com/tdast/tdast-util-to-csv
tdast utility to serialize tdast to CSV (RFC-4180 compliant)
ast csv tabular-data tdast tdast-util unist util
Last synced: 11 Aug 2025
https://github.com/bybenpuls/spectrumconverter
Spectrum Converter for convert XML or CSV to TXT
csv custom-tkinter gamma-spectroscopy python xml
Last synced: 12 Jun 2026
https://github.com/au5ton/expense-report
๐ธ personal tool for parsing CSV files provided by Wells Fargo
Last synced: 08 Oct 2025
https://github.com/maurodelazeri/csv-from-boldb
dumb csv file generator from boldb
Last synced: 13 Jun 2026
https://gitlab.com/souliane/structurizr2csv
Convert structurizr DSL or JSON (for describing C4 models) to diagrams.net CSV format
c4 csv diagrams.net dsl json software architecture structurizr
Last synced: 02 Jul 2025
https://github.com/annamihailovna/parser-logs
ะะฐััะตั ะปะพะณะพะฒ ัะตัะฒะตัะฐ Apache ะฝะฐ Python
collections counter csv python3 re regex
Last synced: 14 Jun 2026
https://github.com/imvickykumar999/accounts
Google Spreadsheet
accounts bank csv excel flask google pypi-package spreadsheet
Last synced: 28 Apr 2026
https://github.com/ensinho/data-analysis
My repository for data analysis studys in Python.
csv data-analysis graphs python python-documentation
Last synced: 15 Jun 2026
https://github.com/tacahiroy/csvv
A simple CSV extractor that allows you to get columns you want
Last synced: 14 Jan 2026
https://github.com/gurgeous/gshoot
Magically import/export CSVs from Google Sheets
Last synced: 16 Jun 2026
https://github.com/fairspec/fairspec-standard
Fairspec is a data exchange format compatible with DataCite for metadata and JSON Schema for structured data
ckan csv data dataset excel fair fairspec json ods polars python quality schema sqlite table typescript validation zenodo
Last synced: 16 Jun 2026
https://github.com/johnnykamigashima/ptqs9_lojinhaweb
Exercรญcios de acesso ร Lojinha Web automatizados por jUnit Selenium Java
csv junit pageobject ptqs selenium
Last synced: 28 Apr 2026
https://github.com/oscaramos/json2csv
Paste JSON into a text box to generate its equivalent CSV
Last synced: 28 Apr 2026
https://github.com/karliatto/csv-parser-nodejs-cli
A CLI with nodeJS for parsing csv files
Last synced: 28 Apr 2026
https://github.com/kraktus/dataclass-csv2
A fork with fixes of `dataclass-csv` python package
csv csv-parser dataclass dataclasses python python-dataclasses python3
Last synced: 08 Oct 2025
https://github.com/codebruinc/schemamap
Map messy CSVs to Shopify/Stripe in 30 seconds. No login. Runs in your browser. Open source (MIT).
cli csv data-import ecommerce mapping open-source shopify stripe validator
Last synced: 17 Jun 2026
https://github.com/analitico-771/loan-analizer
This project was a code challenge in my journey to learn Python. I'm iterating through lists and dictionaries in oder to calculate present value and analyzing data to provide information to make buying decisions.
Last synced: 18 Jun 2026
https://github.com/atkawa7/javacsv
Small, fast Java library for reading and writing CSV files
csv csv-export csv-import csv-parser csv-reader small
Last synced: 18 Jun 2026
https://github.com/vitor-garcia-comissoli/codes_from_mac0460
Several programming exercises (EPs) developed for a College class (MAC 0460 - Introduction to Machine Learning)
csv html jupyter-notebook python
Last synced: 28 Apr 2026
https://github.com/vag-zhao/deepseek-based-excel-translator
ไธไธชๅบไบDeepSeek็็ฒพๅไธไธExcel็ฟป่ฏๅทฅๅ ท๏ผไผไบๅธ้ขไธ็Excelๆบ็ฟปๅทฅๅ ท
csv deepseek excel javascript nodejs translation typescript
Last synced: 11 Apr 2026
https://github.com/alidantech/footie-dashboard
This is a dashboard app built using java that enables football analysts to analyze skills of football players in a given league. It fully applies various components of object oriented programming...
csv dashboard dataset football-data java2d oops-in-java radar-chart
Last synced: 19 Jun 2026
https://github.com/clarkema/csv-clean
Cleans CSV files and outputs them as NDJSON
Last synced: 29 May 2026
https://github.com/braydentw/weather-to-csv
A web scraper built with Python and BS4 that gathers weather forecast data ๐ก and converts it to CSV.
beautifulsoup4 csv forecast python scraper weather webscraper
Last synced: 20 Jun 2026
https://github.com/benjaminisgood/bencsv
ไธไธชๅฏๆๅฑ็่กจๅๆถ้็ฝ็ซ
Last synced: 28 Apr 2026
https://github.com/andreeo/model-smoking-dna-methylation
Predicting the influence of smoking on DNA methylation at different CpG islands
csv data-mining gridsearchcv machine-learning metrics model pandas python random-forest-classifier sklearn svc
Last synced: 07 Feb 2026
https://github.com/mariacarolinass/estadosbrasileirosmap
Percorrendo um arquivo CSV com dados dos estados brasileiros
csv dados java manipulacao-arquivos maps
Last synced: 08 Oct 2025
https://github.com/juliangut/body-parser
PSR7 body parsing
csv decoder json mime-types psr-7 url-encoded xml
Last synced: 12 Apr 2025
https://github.com/dilijev/guest-list-generator
Generate a Guest List from multiple ticket sales and guest list CSV files.
brown-paper-tickets compact csv goldstar groupon guest node node-js nodejs orchestra retailer sales ticket ticket-sales
Last synced: 28 Apr 2026
https://github.com/fairspec/fairspec-typescript
Fairspec TypeScript is a fast data management framework built on top of the Fairspec standard and Polars DataFrames
ckan csv data dataframe dataset excel fair json ods polars quality schema sqlite table typescript validation zenodo
Last synced: 09 Feb 2026
https://github.com/d-holguin/simple-line-splitter-gui
Split a file into multiple based on amount of lines. Made with Java and Swing.
csv java linereader megumin split split-file-by-lines splitter swing-gui tool
Last synced: 23 Apr 2025
https://github.com/phamduylong/csv2mdtable
A small utility project to convert CSV files into markdown's table syntax.
csv csv-converter go golang markdown md modules package readme-generator table
Last synced: 28 Apr 2026
https://github.com/tech-preta/k8s-resource-analyzer
Script para analisar e sugerir recursos de CPU e memรณria para workloads no Kubernetes que nรฃo possuem requests e limits definidos, gerando um relatรณrio em formato CSV.
csv kubeconfig kubectl kubernetes limits metrics requests
Last synced: 19 Apr 2026
https://github.com/dev-vivekkumarverma/pyspark-databricks
spark, databricks, kafka, batch and stream-processing
airflow batch-processing csv databricks delta-tables distributed-computing etl-pipeline file-formats json kafka medallion-architecture parquet pyspark python3 s3 spark stream-processing unity-catalog watermarking
Last synced: 05 May 2026
https://github.com/ryosukedtomita/concat_figure
csvใซๆๅฎใใใใกใคใซใในใซใใ็ปๅใ้ฃ็ตใใใ
Last synced: 29 May 2026
https://github.com/vitor-garcia-comissoli/codes_from_mae0501
Several programming exercises and a final project developed for a College class (MAE 0501 - Statistical Learning)
colab-notebook csv excel ipynb knn lasso-regression linear-regression pdf python r random-forest rmarkdown
Last synced: 27 Apr 2026
https://github.com/lurenss/matrix-mind
๐ค๐ฌ Matrix Mind: Chat with your CSV data! ๐๐๐ป. Leverage the power of LLMs ๐ง to interact, explore, and understand your CSV files in an engaging, intuitive, and human-like conversational manner. It's as easy as chatting! ๐ฌ๐๐ฅ. Turn data analysis into a conversation! ๐
chatbots conversational-ai csv dockerized langchain webapp
Last synced: 08 Apr 2025
https://github.com/r48n34/data-template-generator
๐ Quick easy user-friendly data template generator to save your time!
Last synced: 27 Apr 2026
https://github.com/milover/post
A program for processing structured data files in bulk
cli csv latex openfoam postprocessing
Last synced: 27 Apr 2026
https://github.com/adrienz/csv-to-sqlite
Turn your CSV file into a database
Last synced: 19 Jan 2026
https://github.com/tsu2000/file_converter
A simple file conversion web app. Converts MAL Anime List from .xml to a .xlsx file.
anime conversion converter csv export myanimelist pdf weeaboo
Last synced: 16 Mar 2025
https://github.com/estebanlaspada89/recursos-humanos
csv excel power-bi visualization
Last synced: 27 Jan 2026
https://github.com/osiegmar/tabular-data-interchange-format
Home of the Tabular Data Interchange Format (TDIF)
Last synced: 29 Mar 2025
https://github.com/sharvildhumal/grafanaautobuilder
Grafana Autobuilder turns a CSV into fully configured Grafana dashboards. It provides an Angular web app with login/signup, an Admin Panel for uploads and metrics, and a Spring Boot backend that composes dashboard JSON and calls the Grafana API. Currently supports PostgreSQL datasources, including per-panel overrides via datasource UID.
angular automation csv devops grafana postgresql spring-boot
Last synced: 09 Apr 2026
https://github.com/hokagem/damagedlogginganalyzer
A project about an analyzation of a statistic of damaged logging (wood) in Germany using Python.
analysis csv csv-parser k-fold-cross-validation numpy pandas pandas-dataframe pandas-python polynomial-regression scikit-learn statistics wood
Last synced: 03 May 2026