Cp-7-9-12-v17-0.fwf -

Since it is a .fwf file, every line (record) has the exact same total length: 7 + 9 + 12 = 28 characters (plus potentially a newline character).

Example content (in hex/raw):

USER001 12345ProductZ12 ADMIN999 98765ReportX99 cp-7-9-12-v17-0.fwf

Visually split by the 7-9-12 rule:

| Field 1 (cols 1-7) | Field 2 (cols 8-16) | Field 3 (cols 17-28) | | :--- | :--- | :--- | | USER001 | 12345 | ProductZ12 | | ADMIN999 | 98765 | ReportX99 | Since it is a

Note: Field 2 is numeric but right-aligned with leading spaces—a common trait in legacy systems.

SSH into your Cisco Prime server using an SSH client (PuTTY, Terminal). Enter your password to enter the CLI

ssh admin@[PRIME_SERVER_IP]

Enter your password to enter the CLI.

colspecs = [(0, 7), (7, 16), (16, 28)] # 7, 9, 12 characters col_names = ['User_ID', 'Numeric_Code', 'Product_Code']

Using an SCP/SFTP client (like WinSCP or FileZilla), upload the file to the Cisco Prime server.

Alternative (Command Line): If you are on a Mac/Linux workstation, you can use SCP:

scp cp-7-9-12-v17-0.fwf admin@[PRIME_SERVER_IP]:/localdisk/defaultRepo/