Editing the .arx file
After the first few header lines, the remaining lines in the .arx file have the following format:
DATA "000000000000001" "<otherData>" 1 "<otherData>"
where <otherData> is data from the form.
The Request ID field always follows the keyword DATA. In this example, the Request ID field has no prefix and is 15 characters in length. Use a text editor, such as WordPad, to convert the format of the Request ID field.
The following procedures show how you can shorten a Request ID field with a length of 15 characters to 10 characters and add a prefix of ABC.
To edit the .arx file in Windows
- Open the .arx file in a text editor that has a Find/Replace command with a feature for matching case (for example, WordPad).
Use the Find/Replace command to search for DATA "00000000.
- Use the match case feature.
- Replace all instances of:
DATA "00000000
with:
DATA "ABC - Save the changes to the file.
To edit the .arx file in UNIX
- Open the file in a text editor.
Type the following command:
g /^DATA "00000000/s//DATA "ABC/- Save and close the file.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*