index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
csv.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Alexis Hildebrandt
2023-02-02
1
-1
/
+1
*
Update copyright statement for 2022
Alexis Hildebrandt
2022-07-02
1
-1
/
+1
*
Replace if/else ladder in convert with loop
Kai Wohlfahrt
2021-01-31
1
-21
/
+6
*
Add debit field to convert command
Kai Wohlfahrt
2021-01-31
1
-5
/
+13
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
1
-1
/
+1
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2017-01-05
1
-1
/
+1
*
[misc] Update year in copyright notice to 2016
Alexis Hildebrandt
2016-01-02
1
-1
/
+1
*
Bump copyright notice to 2015
Alexis Hildebrandt
2014-12-27
1
-1
/
+1
*
rename payee_mappings to payee_alias_mappings
Christophe Rhodes
2014-05-12
1
-1
/
+1
*
Bump copyright information to 2014
Alexis Hildebrandt
2014-02-02
1
-1
/
+1
*
Bump copyright information to 2013
John Wiegley
2013-02-18
1
-1
/
+1
*
Merge branch 'master' into next
Johann Klähn
2013-01-18
1
-3
/
+5
|
\
|
*
ignore extra fields when converting csv files
Johann Klähn
2012-10-13
1
-1
/
+1
|
*
ignore (some) empty field when converting csv
Johann Klähn
2012-10-13
1
-2
/
+4
*
|
fix account mapping in csv conversion
Johann Klähn
2012-10-18
1
-1
/
+1
|
/
*
Improved detection of iostream's eof() condition
John Wiegley
2012-05-14
1
-1
/
+1
*
Use unique_ptr instead of std::auto_ptr
John Wiegley
2012-03-05
1
-2
/
+2
*
Refactored the notion of "the current parsing context"
John Wiegley
2012-03-01
1
-41
/
+40
*
Increased file copyrights to 2012
John Wiegley
2012-02-29
1
-1
/
+1
*
Renamed actual/effective dates to primary/auxiliary
John Wiegley
2012-02-28
1
-4
/
+4
*
Added --rich-data for 'convert', and SHA1 checksum checking
John Wiegley
2012-02-26
1
-86
/
+76
*
Make CSV importer more sensitive to errors
John Wiegley
2012-02-26
1
-63
/
+63
*
Changed a use of int to std::vector<int>::size_type
John Wiegley
2012-02-17
1
-1
/
+1
*
Fixes for variable shadowing (9/28)
John Wiegley
2012-02-17
1
-2
/
+2
*
Fixes for variable shadowing (8/28)
John Wiegley
2012-02-17
1
-5
/
+5
*
Fixes for variable shadowing (7/28)
John Wiegley
2012-02-17
1
-13
/
+13
*
Cleanup whitespace
John Wiegley
2011-08-18
1
-1
/
+1
*
Store metadata values as value_t instead of string
John Wiegley
2010-06-12
1
-1
/
+1
*
Untabified all source files
John Wiegley
2010-06-11
1
-33
/
+33
*
The CSV reader now auto-correlates fields by regex
John Wiegley
2010-03-08
1
-50
/
+167
*
Added some preliminary code for convert CSV to Ledger
John Wiegley
2010-03-05
1
-0
/
+181
*
More revision to the way options are handled; reworked CSV command.
John Wiegley
2009-02-07
1
-135
/
+0
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
*
Factored common parts of entry_t and xact_t into new item_t
John Wiegley
2008-09-19
1
-18
/
+5
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+148