| If the CSV records appear to have been in reverse date order, we'll now reverse them all before also sorting by transaction date, so that the original order of same-day transactions is preserved. We detect this using a simple heuristic: if the first converted transaction's date is later than the last's. | ||
|---|---|---|
| .. | ||
| CsvReader.hs | ||
| JournalReader.hs | ||
| TimelogReader.hs | ||