File Pattern Matching
What is File Pattern Matching?Â
File pattern matching is an option that comes prebuilt into the Publication Space that allows you to automatically populate standard meta data for the documents you are uploading based on the name of the file that you are uploading to RIB CX.
Using this you can populate the:
- Document Number.
- Revision.
- Title.
How Does File Pattern Matching Work?
1. Upload a document with format based on the table below.
2. In the Upload page you will notice that User Field values are prepopulated before clicking upload - based on the file name.
3. Click Upload.
4. The values are populated on the Publication space.
What Patterns are Supported?
Pattern | Example | Doc# | Rev | Title |
---|---|---|---|---|
doc#-[Rev]-Title.ext | A101-[A]-Architectural Plan 101.pdf | A101 | A | Architectural Plan 101 |
doc#_[Rev]_Title.ext | A102_[B]_Architectural Plan 102.pdf | A102 | B | Architectural Plan 102 |
doc# [Rev] Title.ext | A103 [C] Architectural Plan 103.pdf | A103 | C | Architectural Plan 103 |
doc#[Rev]Title.ext | A104[D]Architectural Plan 104.pdf | A104 | D | Architectural Plan 104 |
doc#[Rev]Title.ext | A101Â [A_01]Â Title 1.pdf | A101 | A_01 | Title 1 |
doc#[Rev]Title.ext | B101Â [B-01]Â Title 2.pdf | B101 | B-01 | Title 2 |
doc#[Rev]Title.ext | C101Â [B_01-1]Â Title 3.pdf | C101 | B_01-1 | Title 3 |
doc# [Rev].ext | A105 [E].pdf | A105 | E | |
doc#_[Rev].ext | A106_[F].pdf | A106 | F | |
doc#-[Rev].ext | A107-[G].pdf | A107 | G | |
doc#[Rev].ext | A108[H].pdf | A108 | H | |
doc#_Rev.ext | A109_I.pdf | A109 | I | |
doc#-Rev.ext | A110-J | A110 | J |