CSV-Export Specification

Asked by Dmitry

Is there any specification for CSV export fields?

Question information

Language:
English Edit question
Status:
Solved
For:
Financisto Edit question
Assignee:
No assignee Edit question
Solved by:
Denis Solonenko
Solved:
Last query:
Last reply:
Revision history for this message
Denis Solonenko (denis-solonenko) said :
#1

When you do CSV export do check 'Include header' to see names of the fields. Do you need any specific information about the fields format?

Revision history for this message
Dmitry (dmtr8dmtr) said :
#2

Yes, please.

Revision history for this message
Best Denis Solonenko (denis-solonenko) said :
#3

For up-to-date information you can check http://bazaar.launchpad.net/~financisto-dev/financisto/trunk/annotate/head:/src/ru/orangesoftware/financisto/export/CSVExport.java

As of now:

date: ISO_8601 string
time: ISO_8601
account: string
amount: number (formated according to the export settings)
currency: string
category: string
parent-category: cat1:cat2:cat3:...
location: string
project: string
note: string

Revision history for this message
Dmitry (dmtr8dmtr) said :
#4

Thanks Denis Solonenko, that solved my question.