Code Setting Deletion Examples
If you plan to edit an existing CSV file, you must update the file, so only the lines that contain the codes that you want to delete remain in the file.
Example for CMC (Existing CSV File)
You obtain a file that contains the following information, and you decide to delete the client matter codes, 5550, 5551, and 5555:
-
5550,Phil Jones DDS
-
5551,Southwest Shades
-
5552,Happy Pharmaceuticals
-
5553,Weddings by Joyce
-
5554,Peterson Plumbing
-
5555,Acme Toys
-
5556,Chicago Paralegals
Before you delete the entries, the file must contain only the following entries:
-
5550,Phil Jones DDS
-
5551,Southwest Shades
-
5555,Acme Toys
Example for CMC (New CSV File)
If you create a new file to delete the codes, list only the codes, separated by lines, as shown in the following example:
5550
5551
5555
Example for FAC (Existing CSV File)
You obtain a file that contains the following information, and you decide to delete the authorization codes that are assigned to John, Dave, and Bill:
-
1233,Sandy Brown,30
-
1234,John Smith,20
-
1235,Dave Green,30
-
1236,John David,20
-
1237,Alex Anderson,30
-
1238,Bill Jones,20
-
1239,Jennifer Summers,20
Before you can delete the entries for John, Dave, and Bill, the file must contain only the following entries:
-
1234,John Smith,20
-
1235,Dave Green,30
-
1238,Bill Jones,20
Example for FAC (New File)
If you create a new file to delete the codes, list only the codes, separated by lines, as shown in the following example:
1234
1235
1238