Import Interrupted in Business Contact Manager
To successfully import a list of product and service items, the information must be in a comma separated values (.csv) text file. Each item that you import must contain these three fields: Item Name, Item Description, and Item Price. Create a separate line in the file for each item you are importing, separated by commas, with no spaces before or after the commas. This syntax is shown in the following example.
<Item Name 1>,<Item Description 1>,<Item Price 1>
<Item Name 2>,<Item Description 2>,<Item Price 2>
You may also add an optional fourth field for the Item Quantity, and any values in that field will also be imported.
<Item Name 1>,<Item Description 1>,<Item Price 1>,<Item Quantity 1>
<Item Name 2>,<Item Description 2>,<Item Price 2>,<Item Quantity 2>
No comments:
Post a Comment