Showing 39 open source projects for "delphi archivos csv"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    Ant Movie Catalog

    Ant Movie Catalog

    Free program made to manage your collection of movies

    Manage your movie collection: User interface translated in about 30 languages. Can store catalog in two file format: its own binary format or XML. Import information from Internet (using scripts); by default it includes scripts for IMDB (US), DVDFR (FR), Allociné (FR) and lots of others. User-customizable links to do a search on movie websites. Information importation from various media files (audio & video codec, bitrates, resolution, framerate, size). Scripting technology, using...
    Downloads: 45 This Week
    Last Update:
    See Project
  • 2
    PDF Bookmark Extractor Arabic

    PDF Bookmark Extractor Arabic

    Extract PDF bookmarks to CSV files

    This program will extract PDF bookmarks to CSV file. برنامج لاستخلاص الاشارات المرجعية من ملفات بي دي اف وحفظها في ملف قابل للفتح في برنامج اكسل يجب تحميل الملف iepdf32.dll ووضعه في نفس مجلد البرنامج
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Xinorbis (and tools)

    Xinorbis (and tools)

    Source code for Xinorbis and associated tools

    ...Xinorbis makes it easy to see the contents, structure, file distribution, and file composition of any attached storage device. It includes fully customisable report generation in ASCII, CSV, HTML and XML. Xinorbis (Delphi 10.2), requires several third-party components that cannot be distributed. See readme for more information. FolderScanUltra (C++), a stand-alone command-line tool that can also be used to populate the Xinorbis databases. It can create reports and display data to the console. Updated X.Robot. ...
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 4
    MDB Admin

    MDB Admin

    A complete tool for creating and managing MSAccess databases.

    MDB Admin allows you to open, visualize and edit MSAccess databases (MDB or ACCDB files) without having Access installed. You can also install MDB Admin using winget: winget install --id=MarcielDegasperi.MDBAdmin -e IMPORTANT: To work with .accdb files you must manually install "Microsoft Access Database Engine Redistributable" 32bits, which can be found at the link below: https://www.microsoft.com/en-us/download/details.aspx?id=54920 (please make sure to select 32-bit...
    Leader badge
    Downloads: 131 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5

    PL4 a CSV

    Convertir archivos PL4 (EMTP-ATP) a CSV

    Archivos con extensión .LP4 se usan desde los años 90 para almacenar datos de las gráficas resultantes de simulaciones con software EMTP (ElectroMagnetic Transients Program), siendo actualmente usado por ATP. Un problema a considerar es que a lo largo de los años el formato utilizado por consecutivas versiones de EMTPs ha variado.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Las distintas versiones de los simuladores PSSE de Siemens generan ficheros binarios con las curvas de datos de las variables. A partir de unos ficheros de muestra a los que he tenido acceso, se desarrolló esta primera versión funcional. Para quienes consideren que el trabajo es de utilidad, les agradecería remitir archivos de datos resultantes de simulaciones para seguir mejorando esta herramienta.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    kafigniter
    kafigniter es una base de CodeIgniter con controladores versátiles para la construcción de nuevas funcionalidades de manera ágil.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    eLib
    Pascal libraries and components. Library for: Matrix, Matrix Math, Math & statistic, CSV, URL, Counters, dir/file scanning, file/string/… utils, progress bar, … Components: DataList, Line oriented reports, Gauge, Syllable (Italian), …
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    CsvIgniter
    Este proyecto te permite crear archivos csv desde la base de datos con la función INTO OUTFILE de sql, ademas agrega los encabezados de columna de manera dinámica, solo configura las variables iniciales y obtén tu csv. $fecha_hoy=date('d-m-Y'); $ruta_descarga = 'C:/Program Files/Apache24/htdocs/CsvIgniter/tmp/';//no olvides el / del final $nombre_carpeta_a_descargar = 'FOLDER1'; $descarga_nav = TRUE; //ESTO HABILITA O DESHABILITA LA DESCARGA $bd = "tu_base_de_datos"; $tabla = "tu_tabla"; //WHERE $wheres = ""; $prefijo_reportes_archivos = "CSV Sample 1 - Title "; $momento = "{$fecha_hoy}";//date("Y-m-d h-i-s"); //AQUI PUEDES AGREGAR MAS DETALLES DE LA HORA $registros_por_csv = 1000000; //reducir si el archivo se corrompe $delimiter = ','; $enclosure = '"'; $newline = '\n';
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    ParkerCsvIgniter
    Este proyecto de CodeIgniter te permite generar archivos CSV desde una interfaz dinámica. Consulta las columnas de tu tabla y te da el checklist para que armes tu query, tambien te permite agregar filtros con jquery-select de seleccion multiple y 3 tipos de filtros por fecha. Solo configura: -Base_url (aplication/config/config.php) -Conexión a base de datos (aplication/config/database.php) -En la vista: $base_de_datos = 'tu_base_de_datos'; $tabla = 'tu_tabla_para_extraer_datos'; $url_csv_controller = 'http://localhost:####/ParkerCsvIgniter/index.php/Reportes/Main_csv_dinamico'; Este proyecto está basado en ParkerIgniter por lo que mantiene los controladores, sin embargo no son necesarios, tampoco es necesario conservar la carpeta lib, ni el grocery crud
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    TC SQL Plugin

    Total Commander FS plugin for access to server and local databases

    Total Commander FS plugin provides an access to the objects of server-based and local databases that can be connected to using Microsoft ADO technology: OLE DB providers (MS SQL Server, Oracle, DB2, Sybase, InterBase, MySQL, MS Access) and ODBC drivers (Paradox, dBASE, FoxPro, Excel, CSV). - Creates new connection in simple visual mode. - Connection login and password can be stored encrypted. - Display of database objects as TC hierarchy. - Shows table descriptions (CREATE TABLE... -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    HeidiSQL
    HeidiSQL is a useful and reliable tool designed for web developers using the popular MySQL server, Microsoft SQL databases and PostgreSQL. Code repository and tickets have moved to https://github.com/HeidiSQL/HeidiSQL in Nov 2017.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    TFieldedText

    Fielded Text (CSV) file parser/generator

    TFieldedText is a component which allows you to easily: generate and parse Fielded Text Files (eg. CSV files); and create and edit Fielded Text Meta files. For more information about the Fielded Text standard see http://www.fieldedtext.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FTEditor
    FTEditor is an editor for Fielded Text files (see http://www.fieldedtext.org). It lets you visually and interactively create and edit the Meta for a Fielded Text file. It also lets you edit a Fielded Text file with a simultaneous text and grid view.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    QDAC3.0

    QDAC3.0

    QDAC 3.0 is a VCL & FMX data access component

    [IMPORTANT NOTICE] This project is moved to my self website.The new SVN urls : svn://www.qdac.cc/QDAC3 GIT url is: git://www.qdac.cc/QDAC3.git Please check out with the new urls. QDAC 3.0 is a new version of Quick Data Access Component.Compare with version 2,the new version is base on XE6 and support all OS with XE6:Win32/Win64/Mac OSX/iOS/Andriod. QDAC 3.0 Include follow sub components: QXml/QJson/QLog/QWorker/QSort/QExp/QDB etc. QDAC now is in progress. Follow is from QDAC...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ProJob

    ProJob

    download csv files from ftp and process them to import to database

    ProJob is a windows service that allows you to define ftp connection, sql connection, mail server parameters and allows you to download files (csv, txt ...etc), to process them (read, parse), to insert into a table in a sql server, to send process information as a mail automatically. https://sourceforge.net/p/projob/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ftvalid

    Fielded Text (CSV) File Validator

    ftvalid is a command line executable which can validate a text file against a fielded text meta file. It can also verify the uniqueness of a set of fields in the file. A file will be successfully validated if its format matches that specified in the Meta file and the specified fields (if any) are unique across all lines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Termo ds75

    Temperature measurement of four DS75 sensors (I2C)

    This program communicates with Dallas DS75 four sensors for temperature measurement through I2C bus. Need a USB to I2C and 4 sensors DS75 (see diagram in program help) Capture data at certain intervals, export data to excel and txt. features: - Automatic detection port. - Captures up to one month's time preconfigured intervals. - Export data capture to excel and csv (txt). - Has configurable alarms. - Allows temperatures in Celsius or Fahrenheit. - Graphic Displays of the four...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    NComp Clock-In App

    Time Log Software

    Basic App for logging your time. It is as simple as pressing start when you start your work, and pressing stop when you finish your work. Entries are made in log that can be exported to csv file to open in Excel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is early version of steca open rs monitor. Source code is written in free delphi 7 personal ed. In this project was used free comport lib. Program is in polish lang only but i will add soon eng lang. Special thanks for "olesio" from 4programmers.net for helping with csv support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WFM Reader

    WFM Reader

    WFM file reader and exporter

    ====== DISCLAIMER ====== Since 2018 WFM reader is out of date. Thanks for using it for several years :) Please use official WFM-file format description (pdf) located at: http://download.tek.com/manual/001137803web_0.pdf ====== DISCLAIMER ====== ====== OBSOLETED DESCRIPTION ====== WFM reader and exporter is the simple application to read WFM file that produced by Tektronix/Rigol oscilloscopes. In the version 2.0: - Recovered the tabbed interface - Added Zooming/Scrolling -...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 23

    AxBase

    Database Editor/Viewer mainly for MS Access or MS SQL Server.

    AxBase is an Open source MDB / SQL Server Database viewer and editor. You can view & edit the tables (+ field descriptions) and execute SQL queries without Access licence. Export Tables to CSV/ XLS, Compress & Repair MDB. Compile needs Delphi + JVCL. Next releases (available in Code) will be JCL/JVCL independant and D7 (-> 1.0.0.9 version) to XE2 (1.1 -> versions) UNICODE compatible. New : add Styles to skin the UI.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 24
    LDIF to XLS (Excel) module

    LDIF to XLS (Excel) module

    Module for Microsoft Excel 2003 or below to conver LDIF file to .XLS

    ...Check the Forum for help. Please review the module and ask for help in the forum if you want. ESPAÑOL: Módulo (.bas) para Visual Basic for Applications (VBA) para convertir archivos .LDIF, descargados desde cualquier servidor LDAP tales como el Active Directory de Microsoft, a un formato hoja de Excel, para luego convertirlo a un formato CSV. Probado en Microsoft Excel 2003 o menor, pero no ha sido probado en 2007 o superior. Cómo usarlo: está en el foro (Forum), lo mismo si quieren ayuda. Por favor escriban un review del módulo y consúltenme por el foro que lo estoy siguiendo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    MegaEditor

    Simple editor for xml, csv, ini files

    Simple editor intended to make viewing and editing common files easy, including xml, csv, and ini files. Written using Delphi XE2
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB