Showing 20 open source projects for "csv"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    DuckDB

    DuckDB

    DuckDB is an in-process SQL OLAP Database Management System

    ...DuckDB supports arbitrary and nested correlated subqueries, window functions, collations, complex types (arrays, structs), and more. For more information on the goals of DuckDB, please refer to the Why DuckDB page on our website. Processing and storing tabular datasets, e.g. from CSV or Parquet files. Interactive data analysis, e.g. Joining & aggregate multiple large tables. Concurrent large changes, to multiple large tables, e.g. appending rows, adding/removing/updating columns. Large result set transfer to client. For development, DuckDB requires CMake, Python3 and a C++11 compliant compiler. Run make in the root directory to compile the sources. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 2
    chDB

    chDB

    chDB is an in-process OLAP SQL Engine

    chDB is an in-process SQL OLAP Engine powered by ClickHouse. It is developed by ClickHouse, Inc and open-source contributors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    manticoresearch

    manticoresearch

    Easy to use open source fast database for search

    ...JSON over HTTP: to provide a more programmatic way to manage your data and schemas, Manticore provides a HTTP JSON protocol. Written fully in C++: starts fast, doesn't take much RAM, and low-level optimizations provide good performance. Can sync from MySQL/PostgreSQL/ODBC/xml/csv out of the box. Not fully ACID-compliant, but supports transactions and binlog for safe writes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Library for parsing Excel (XLS) files, with a sample program for converting Excel files into CSV. This site is no longer being updated. A new release is available on the new site whose link is shown above.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5

    PortaBase

    A Portable Database

    A personal database application for Maemo devices as well as PCs running Linux/UNIX, Mac OS X, and Windows. It can be used as a shopping list, password manager, media inventory, financial tracker, TODO list, address book, photo album, and more.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6

    xlsLib

    C++/C library to construct Excel .xls files in code.

    A multiplatform C++ library for dynamic generation of Excel .xls files containing multiple worksheets. Unlike .csv files, these can be directly opened by Excel and thus provide an excellent way to output large data sets that require further analysis. To see the latest changes, select "Files" and view the README text displayed at the bottom of that pane. IMPORTANT: Major changes are contained in the current SVN source. If you have time please try to use it or the xlslib-package-2.4.0b1.zip archive, and enter bug reports on any problems! ...
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7

    Datinator

    Graphical database import/export and mapping tool

    Datinator is a tool which allows user to import and export data from an arbitrary source (CSV, database, etc.) into an arbitrary target. The key feature is, that the the interface is a GUI which allows easy mapping from the input columns to the output columns along with a rudimentary set of manipulation actions. New datasources/-targets can be added via a plugin system. Currently there is support for three sources/targets - CSV, SQLite and Oracle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Biblioteka Filmów (MK Film DB)

    Database program with plenty of options written in c++ and Qt

    MK Film DB (in Polish : Biblioteka Filmow) is a program for cataloguing movies stored at DVD, VHS, CD media or in form of files stored on hard drive. This program has multiple fields in which user can enter freely data grouped in comfortable Graphical User Interface. MK Film DB is also lightweight and fast and easily can be transformed to use from pendrive. MK Film DB was also published at CD of PC World Computer magazine in Poland in 2007, where it is known by name "Biblioteka Filmów"....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    QDAC

    QDAC is a vcl quick and powerful data access components

    Quick Data Access Component(QDAC) is a suite of vcl components.It provide powerful memory dataset and can be load or save data to files,databases. Support follow formats load and save: * CSV/TXT * MDS(Binary format) * MDZ(Compressed binary format) * XML(ADO compatible) Support follow db in version 1.0: * PostgreSQL * SQLite(public or encrypt) More information please see the document. 项目网址:http://sourceforge.net/p/qdac 项目微群:http://q.weibo.com/1085250 项目QQ群:250530692 项目主页:http://www.yibaike.org QDAC3.0 in progress and use new project,URL: https://sourceforge.net/p/qdac3
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payments you can rely on to run smarter. Icon
    Payments you can rely on to run smarter.

    Never miss a sale. Square payment processing serves customers better with tools and integrations that make work more efficient.

    Accept payments at your counter or on the go. It’s easy to get started. Try the Square POS app on your phone or pick from a range of hardworking hardware.
    Learn More
  • 10
    dBASE Reader and Converter

    dBASE Reader and Converter

    !!! NO LONGER MAINTAINED !!!

    dbf is an easy-to-use command line tool to show and convert the content of dBASE III, IV, and 5.0 files. It reads dBASE databases and prints the content to the screen or converts it to comma-separated (*.csv) files which can be opened in Excel, Calc.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 11

    SQLiteViewer

    Very easy to use databrowser and query console for SQLite3 based on QT

    ...Therefore it has been stripped of all editing functions but following features have been (partially) or shall be implemented: * View complete table with sorting by column * Perfom SQL query to database and view result in table * Browse schema of database in tree view * Export to CSV File and copy4paste on table data * Internationalization(TODO) * Command completion for SQL queries (TODO) * Predefinid database file to open (TODO)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    PerPus

    PerPus

    Aplikasi manajemen perpustakaan

    PerPus adalah aplikasi manajemen perpustakaan (database, booking, searching, documenting, etc.). Dapat digunakan untuk personal juga (perpustakaan pribadi). Aplikasi ini gratis. Jika ada masukan/usulan yang bermanfaat untuk perbaikan aplikasi ini silakan kirim ke email berikut: yansyaf@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    coopy
    Diffs, patches, and revision control for CSV files, spreadsheets, and databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Smart MySQL Tool is a MySQL GUI editor for managing mysql servers, catalogs and tables. The current version (1.2) Contains the following features: - Gui table editor - Query Builder - Export to HTML, CSV and Excel More features are planned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SQL Master Tool is a MySQL GUI editor for managing mysql servers, catalogs and tables. The current version (1.2) Contains the following features: - Gui table editor - Query Builder - Export to HTML, CSV and Excel More features are planned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Datacleaning Open Source
    A group a subprojects for Data Cleaning projects, mainly as a step of a Data Mining Project. Visit www.datacleaningopensource.com to review our current applications or if you want to add yours. NOTE: PROGRAMMING SKILLS ARE REQUIRED.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ODBC Swiss Army Knife is capable of performing queries on a ODBC data source and export the result to a CSV file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Microsoft Visual 6.0 C++ :New 4gl Windows API, Sql, Queries( Data Base : Excel,Access,Foxpro,Dbase,Text,csv),Ado, Sort, Reporting , Sms phone,Ftp server, mail/mapi,generate Pdf(acrobat) Text,office:Excel/Word, un/Compression(cabsdk),GIf anim,jpg,bmp...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    KESI - KESI Easy SQL Import, is a tool to easily import CSV files into your SQL database tables. It has a very easy to use KDE GUI and understands almost every possible CSV (comma seperated value) file format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Tool written in C and C++ utilizing php code to convert dbf files to CSV, and XML. Command line Windows and POSIX interface. GUI for windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next