Giter Club home page Giter Club logo

csvengine's Introduction

Summary

This is a small Java framework based on annotations used to parse and write CSV Files.

Documentation

You can find lot of informations like javadoc, source, source of test on the site generated from source go : ybonnel.github.com/CsvEngine

You can find few documentation of the wiki

Features or bugs

If you want a new Feature, or if you find a bug, feel free to report it in Gitub Issue

License

All the source code is under LGPL v3.

csvengine's People

Contributors

ybonnel avatar olecrivain avatar

Stargazers

 avatar  avatar Emanoel Vianna avatar Jesus Peralta avatar Kuchi avatar Tim Spann avatar Benjamin Boutier avatar  avatar  avatar Yvonnick Esnault avatar Damien Raude-Morvan avatar

Watchers

 avatar James Cloos avatar  avatar John Slaman avatar

csvengine's Issues

Add order of columns written

Hello,

I've problem with the order, that the colums are written :
On the CSVEngine.class line 587 i see
Collections.sort(columnsNames, new Comparator()

But my problem is that the Alphabetical order don't do what i want, is it possible to add order in the @CsvFile class's like jcsv ?

Méthode pour avoir la liste des titres

Un truc qui serait super, c'est de pouvoir récupérer la liste des titres dans l'ordre du fichier.

final CsvEngine engine = new CsvEngine(SimpleChien.class);
setEngineFactory(engine);

final FileInputStream fis = new FileInputStream(file);

final Result<SimpleChien> resultat = engine.parseInputStream(fis, SimpleChien.class);
final List<SimpleChien> dogs = resultat.getObjects();

Puis

final List<String> titres = resultat.getTitles();

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.