Import and Export Formats
IMPORTANT - THIS APP IS NO LONGER SUPPORTED
Unfortunately I have had to remove this app from the App Store and support as at 12 March 2024. You may continue to use the app if you have already downloaded it but some functionality may become unsupported over time.
-------- left in place for support of current users -------
The "Clever Net Worth" app allows you to export the account and balance information to an external file. This data can later be imported back into the app creating new accounts with the old balance data.
This functionality allows you to:
create backups of your accounts and associated balances
restore your data back to a previous backup
use your balance and account data in other applications (like Microsoft Excel)
Note: the account category (if provided) is included in the file name. The Account Note is not included in the export.
The following sections will help you to understand how to access these imports and exports.
How to Access an Export File on iPads and iPhones
When you use the Export functionality within Clever Net Worth, a Comma Separated Values (or CSV) file is produced and stored on your Mac, iPad or iPhone along with the app. On iPads and iPhones this cannot be accessed directly except by using the Import function.
In order to use the export file for other purposes (such as charting in Microsoft Excel, you need to access it on your device using Apple’s “Files” app.
An export file is made visible within “Files”. To find the export files:
Return to your device’s home screen and start the “Files” app.
Tap “Browse” on the bottom toolbar and make sure that “On My iPhone” or “On My iPad” is selected as the “Location”.
Tap the “Clever Net Worth” folder.
All currently available export files will be shown here.
Tap a file to open in quick view or use the “Select” function in the top left, tap on the desired file(s) and then use the share button on the toolbar to open in an appropriate file, attach it to an email or messages etc.
How to Access an Export File on Macs
When you use the Export functionality within Clever Net Worth, a Comma Separated Values (or CSV) file is produced and stored on your Mac, iPad or iPhone along with the app. On Macs the files are stored in a hidden folder.
In order to use the export file for other purposes (such as charting in Microsoft Excel, you need to access it on your device using the following approach:
To find the export files:
Open a Finder window.
While holding down the Option key, select Menu option "Go > Library". Note: 'Library' will not be shown (i.e. hidden) if you do not have the option key pressed. A finder window will be opened of files in the Library. VERY IMPORTANT: these files are hidden for a good reason. Playing with other folders and files within the hidden library can have potentially bad impacts on other apps. That's why they are normally hidden.
Double tap the 'Containers' folder to open it.
Find and open the 'Clever Net Worth' folder to open it.
Open the 'Data' folder and then the 'Documents' folder. This is where your export files and backups are stored. So in summary: this folder is found at
...Library > Containers > Clever Net Worth > Data > Documents
How to Copy Across a File to Import
You may wish to import a previously exported export file onto a different device. Just remember that the file must conform to the file format defined below in Export and Import File Structure.
The easiest way is to email the file to yourself as an attachment, open the email on your target device, tap the file attachment and use the sharing button. You can then save it to Files. On iPhones and iPads just make sure you save it to the location: “On My iPhone / Clever Net Worth” or “On My iPad / Clever Net Worth”. On a Mac, place the file in the folder "...Library > Containers > Clever Net Worth > Data > Documents" as in the previous section.
Then open Clever Net Worth on your device and select the "IMPORT account" button from the Account Details screen.
Export and Import File Structure
The file created by the Export function within Clever Net Worth or one which you generate yourself to Import must adhere to a defined structure. This section defines that structure for you.
The Basic Structure
These files are Comma Separated Value or CSV files that can be read by a wide range of programs including Microsoft Excel and have the following basic structure:
A single Header line
Followed by one row for each balance date.
The Header Line
The header line must contain the following:
Date,Balance,Event
The Data Lines
The header line is followed by one or more data lines, one per balance date. The structure of the data lines is as follows:
date-value,balance-value,optional-event-description
Note the following about the data lines:
The date is formatted exactly as short-date in your region. In Australia that is dd/m/yy. Export a test account to see how your dates are formatted and copy it.
Most entries will not have an event. In this case there will just be the second comma.
If any data value contains a comma, enclose the value in quotes. e.g.
12/6/19,123.45,”This event has a comma, here”
An Example Export File
The following is an example of a valid export file:
Date,Balance,Event
10/6/17,550.00,
11/6/17,557.49,
12/6/17,582.54,
18/6/17,591.23,
25/6/17,593.52,
29/6/17,597.54,
10/7/17,573.29,
14/7/17,598.16,
24/7/17,581.71,Sample event 115
3/8/17,600.17,
11/8/17,574.30,
12/8/17,589.14,
19/8/17,609.75,
25/8/17,631.90,Sample event 319
Export File Name
A file exported by Clever Net Worth will have a name in the following form:
Account Name-Category-Date-at-Time.csv
Note the following about the export file name:
.csv is the file type
As an example, a valid export file name is:
Savings-ABC-Bank-16-Jun-2019-at-6-16-pm.csv
Import File Name
If you create an import file yourself, it can be named anything you wish as long as it has the .csv extension. This name does not need to conform to the export file name pattern shown above.