Importing VAS packages

A CSV is used to import a set of billing plans. To import billing plans, do the following:

  1. Format a CSV file using the rules below and save it as a csv file
    • The CSV file (file.csv) must contain a header line to associate the values to.
    • The header line must contain at least "name" and "code" if no other fields are to be included.
    • Optional fields are "mno", "published" and "comments".
    • The fields "name", "code", "mno", and "comments" are string values.
    • The field "published" is a boolean value.
    • If "published" is not defined in the CSV, all VAS Packages will be imported as unpublished ("0") by default.
      For example
      "name","code","mno","published","comments"
      "The VAS Package Name 01","thevaspackagecode01","mnoisacdpconfigtype","0","A Comment"
      "The VAS Package Name 02","thevaspackagecode02","iot-connectivity-na","1","A Comment"
      "The VAS Package Name 03","thevaspackagecode03","jasper","0","A Comment"
      "The VAS Package Name 04","thevaspackagecode04","jasper-att","1","A Comment"
      "The VAS Package Name 05","thevaspackagecode05","jasper-t2","0","A Comment"
      "The VAS Package Name 06","thevaspackagecode06","jasper-tme","1","A Comment"
      "The VAS Package Name 07","thevaspackagecode07","verizon","0","A Comment"
  2. On the Administration screen, under the PRICING group, click on the VAS packages
    The VAS packages screen appears
  3. Click on the Import CSV button

    Importing VAS packages screen appears.
  4. Click Attach File
  5. Browse to the location where you saved the file
  6. Select the file and click Open
  7. Click Import
    The content of the CSV file is imported to the Management portal as VAS packages. 

Related Topics Link IconRelated Topics