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

CSV Writer #2

Open
dreamhead opened this issue Jun 21, 2011 · 1 comment
Open

CSV Writer #2

dreamhead opened this issue Jun 21, 2011 · 1 comment

Comments

@dreamhead
Copy link
Collaborator

Implement an annotation based CSV writer.

CSVWriter writer = new CSVWriter();
OutputStream os = ...
writer.write(foo, os);
@cui-liqiang
Copy link
Collaborator

Pushed the basic annotation based CSCWriter.
Also I committed a ignored test. See whether it is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants