Giter Club home page Giter Club logo

csv-tools's Introduction

CSV-TOOLS

Ensemble d'outils pour le format CSV écrit en Pascal (Turbo Pascal ou Free Pascal).

Liste des fichiers

Voici la liste des différents fichiers proposés dans CSV-TOOLS :

Nom Description
CATCSV.PAS Cette commande permet de concaténer des fichiers CSV en un seul CSV.
CSV2ASM.PAS Cette commande permet de convertir un fichier CSV en code source Assembleur.
CSV2BAS.PAS Cette commande permet de convertir un fichier CSV en code source BASIC.
CSV2C.PAS Cette commande permet de convertir un fichier CSV en code source C.
CSV2CPP.PAS Cette commande permet de convertir un fichier CSV en code source C++.
CSV2CS.PAS Cette commande permet de convertir un fichier CSV en code source C# (C Sharp).
CSV2CSP.PAS Cette commande permet de convertir un fichier CSV en code source CSP (C Server Pages).
CSV2HTML.PAS Cette commande permet de convertir un fichier .CSV en format HTML.
CSV2JS.PAS Cette commande permet de convertir un fichier .CSV en code source JavaScript.
CSV2JSON.PAS Cette commande permet de convertir un fichier .CSV en format JSON.
CSV2MD.PAS Cette commande permet de convertir un fichier CSV en une table Markdown (MD).
CSV2PAS.PAS Cette commande permet de convertir un fichier CSV en code source Pascal.
CSV2PSP.PAS Cette commande permet de convertir un fichier CSV en code source PSP (Pascal Server Pages).
CSV2SQL.PAS Cette commande permet de convertir un fichier .CSV en format SQL.
CSV2TSV.PAS Cette commande permet de convertir un fichier CSV en TSV (Tab-Separated Values).
CSV2WK1.PAS Cette commande permet de convertir un fichier .CSV en format WK1 de Lotus 1-2-3.
CSV2XML.PAS Cette commande permet de convertir un fichier .CSV en format XML.
CSV2YAML.PAS Cette commande permet de convertir un fichier .CSV en format .YAML (extension .YML).
CSVFAKER.PAS Cette commande permet de générer un fichier CSV selon les données aléatoires spécifiés.
CSVQUOTE.PAS Cette commande permet d''enlever les sauts de lignes dans les champs entre guillemets d'un CSV.
DBF2CSV.PAS Cette commande permet de convertir un fichier .DBF (DBase III) en format CSV.
MDT.PAS Cette commande permet de convertir un fichier CSV ou TSV en une table Markdown.
SQL2CSV.PAS Cette commande permet de convertir un fichier SQL en CSV.
TV.PAS Cette commande permet de visualiser un fichier CSV comme dans un tableur (Table Viewer).
VIEWCSV.PAS Cette commande permet de visualiser proprement un fichier CSV dans un terminal.

Compilation

Les fichiers Pascal n'ont aucune dépendances, il suffit de télécharger le fichier désiré et de le compiler avec Free Pascal avec la syntaxe de commande :

fpc LEFICHIER.PAS

Sinon, vous pouvez également le compiler avec le Turbo Pascal à l'aide de la syntaxe de commande suivante :

tpc LEFICHIER.PAS

Par exemple, si vous voulez compiler SQL2CSV.PAS, vous devrez tapez la commande suivante :

fpc SQL2CSV.PAS

Licence

  • Le code source est publié sous la licence MIT.
  • Le paquet original est publié sous la licence MIT.

csv-tools's People

Contributors

gladir avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

vman45

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.