Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csv_io
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Bohn
csv_io
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
objectification
Select Git revision
Selected
objectification
Branches
1
master
default
protected
Tags
8
v2.1
v2.0
v1.9.1
v1.9
v1.8.2
v1.8.1
v1.8
v1.0
10 results
Begin with the selected commit
Created with Raphaël 2.2.0
9
Feb
20
Jan
19
19
Nov
18
Sep
17
Added Javadoc to public methods for student benefit (and good practice)
v2.1 master obj…
v2.1 master objectification
CsvFile (née CSVReaderWriter) now instantiable class, not utility class
Merge branch 'delimited-collections'
v2.0
v2.0
Converts between delimited strings and lists (or sets) of strings
On write, creates file if it doesn't exist
v1.9.1
v1.9.1
Completed refactor
v1.9
v1.9
Started refactor to using placeCSVonWriter instead of placeCSVonStream
placeCSVonStream() now correctly leaves content on the stream
Initial effort at rewriting writeCSV() to use openCSV calls
Tightened the design a little.
v1.8.2
v1.8.2
Changed write method's signature to accept any Iterable
v1.8.1
v1.8.1
Added reader that returns List, for preserving row order
v1.8
v1.8
Replaced read methods with wrappers for opencsv code.
Added unit tests.
v1.0
v1.0
Added code to write CSV file
Added code to parse CSV file
Initial commit
Loading