Importing and Exporting Data
MultiLedger Canada’s ability to import and export data is one of its most powerful features and gives it a great deal of flexibility to work with other programs. You can send data back and forth between different MultiLedger Canada companies or even to other programs. Some ideas for using these features include:
- Export your customers from MultiLedger Canada to a word processor to use its mail-merge capabilities.
- Use a database to create specialized invoices, and then import them into MultiLedger Canada to track your accounts receivable information.
- Import your customers and vendors into MultiLedger Canada from a database or address book program.
- Create a new set of company files because of a change in the fiscal year-end date. This way, you can export much of the data from the old company and import it into the company with the new fiscal year-end date.
The Basics of Importing and Exporting
First, here are a few key terms to remember about importing and exporting.
Record
The information about one vendor, customer, item, or transaction. For instance, consider these items to import:
Name | Qty | Price |
---|---|---|
Widget | 41 | $4.25 |
Poster | 13 | $12.00 |
The item called Widget and its associated quantity and price are one record. Poster and its associated information are another record.
Field
One piece of information from a record. In the example above, name and quantity are each one field.
ASCII file
Same as a text file.
Text file
The most basic file format. A text file doesn’t contain any information about fonts or formats. It only contains the words and numbers that make up your data. This is the kind of file that most programs (including MultiLedger Canada) use when they import and export data.
Tab-delimited file
A special kind of text file. Each field is separated by a tab character, and each record is separated by a carriage return. For example, a tab-delimited text file, using the above example, might look like this:
Wiget<tab>41<tab>4.25 <CR> Poster<tab>13<tab>12.00<CR>
MultiLedger Canada uses tab-delimited text files to import or export information. Text files are a common file format that many applications understand. “Tab-delimited” simply means that a tab character separates each field in the text file.
Here are a few important things to remember about a tab-delimited text file:
- There are no titles for the data in the text file.
- <tab> is just a symbol for the TAB character on your keyboard. (Don’t use the letters “t a b.”)
- The <CR> character is the ENTER key (Windows) or the RETURN key (Macintosh) on your keyboard.
- A word processing program can be used to view a text file. It might display characters like for <tab> and ¶ for <CR>.
When data is imported, MultiLedger Canada opens the text file and reads the information into your company files. When data is exported, MultiLedger Canada copies the selected information from your company and saves it to a text file. The exported information can then be read by many applications, including, of course, MultiLedger Canada. Every time you export information, you can save it to a different text file. For instance, you could export your customers to one file, your vendors to a second file, and your items to a third file.