About Importing Change List Entries

You can import change list entries from external database or spreadsheet files of the following types:

  • Lotus 123
  • MS Excel
  • dBase III and higher
  • FoxPro and Clipper
  • ASCII comma-separated text file

Item Number Data Format Requirements

Regardless of import file type, changes to be imported must conform to the item number data format, which has the following common features:

  • Each row or line represents one (1) item record.
  • Each row or line must contain the following five (5) fields in the order shown here:
    Field1Field2Field3Field4Field5
    Old Item NumberNew Item NumberAction TypeStructureDescription
  • Field Three — Action Type — must contain one of the following predefined values:
    Field ContentsAction Type
    0Change
    1Combine
    2Copy
  • Fields Four and Five — Structure and Description — must contain data even if you don't intend to change them. The following table shows field entry options and their results:
    Field ContentsChange Result
    Original dataThe original data replaces itself (useful for correcting typos, etc.).
    Changed dataThe changed data replaces the original data.
    Single blank space (no quotes required)The original data is left untouched. Do not use this field entry option when combining item numbers.

File Type Requirements

In addition to the item number data format requirements, each of the supported file types has some requirements:

  • ASCII delimited text files

    The first row is the title row; no other information except the title should appear in this row. If you don't want to include titles, leave this row blank.

    Commas separate the fields and each field's contents must be enclosed within quotes.

    Note: You can use Windows Notepad to create this file.

  • MS Excel files

    The first row is the title row; no other information except the title should appear in this row. If you don't want to include titles, leave this row blank.

    Columns separate the fields and each field's contents must be enclosed in its own spreadsheet cell.

  • Lotus 123 files

    File layout is the same as MS Excel file.

  • dBase III and higher files

    File Import only recognizes three DBASE data types: String, Numeric, and Date. Any other data types such as memo fields will be ignored.

    Consequently, fields must observe the following formats:

    FieldMust be formatted as
    Old Item Numbera string field
    New Item Numbera string field
    Action Typeeither a string or an integer field
    Structurea string field
    Descriptiona string field
  • FoxPro and Clipper files

    File layout is the same as dBase III.