Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop commas from cn in sample.csv #245

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions sample/hsqldb/sample.csv
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
id;uid;endOfValidity;sn;cn;givenName;mail;o;address;telephoneNumber;carLicense
1;j.clarke;31/12/2015;Clarke;Clarke, Jonathan;Jonathan;[email protected];Normation;;+33 (0)1 83 62 26 96;BHU772|DED899
2;r.schermesser;31/12/2015;Schermesser;Schermesser, Remy-Christophe;Remy-Christophe;[email protected];Octo;;;
3;t.chemineau;31/12/2015;Chemineau;Chemineau, Thomas;Thomas;[email protected];AFNOR;;;
4;s.bahloul;31/12/2015;Bahloul;Bahloul, Sebastien;Sebastien;[email protected];Dictao;156 av. de Malakof, 75116 PARIS, France;;
5;c.oudot;31/12/2015;Oudot;Oudot, Clement;Clement;[email protected];Linagora;;33(0)810251251;
6;r.ouazana;31/12/2015;Ouazana;Ouazana, Raphael;Raphael;[email protected];Linagora;;33(0)810251251;
7;d.coutadeur;31/12/2015;Coutadeur;Coutadeur, David;David;[email protected];Linagora;;33(0)810251251;
8;e.pereira;31/12/2015;Pereira;Pereira, Esteban;Esteban;[email protected];Linagora;;33(0)810251251;
1;j.clarke;31/12/2015;Clarke;Clarke Jonathan;Jonathan;[email protected];Normation;;+33 (0)1 83 62 26 96;BHU772|DED899
2;r.schermesser;31/12/2015;Schermesser;Schermesser Remy-Christophe;Remy-Christophe;[email protected];Octo;;;
3;t.chemineau;31/12/2015;Chemineau;Chemineau Thomas;Thomas;[email protected];AFNOR;;;
4;s.bahloul;31/12/2015;Bahloul;Bahloul Sebastien;Sebastien;[email protected];Dictao;156 av. de Malakof, 75116 PARIS, France;;
5;c.oudot;31/12/2015;Oudot;Oudot Clement;Clement;[email protected];Linagora;;33(0)810251251;
6;r.ouazana;31/12/2015;Ouazana;Ouazana Raphael;Raphael;[email protected];Linagora;;33(0)810251251;
7;d.coutadeur;31/12/2015;Coutadeur;Coutadeur David;David;[email protected];Linagora;;33(0)810251251;
8;e.pereira;31/12/2015;Pereira;Pereira Esteban;Esteban;[email protected];Linagora;;33(0)810251251;
Loading