Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this release, we've implemented the following feature


...

Publication Space

Additional file pattern matching for revisions

When you upload a drawing, the iTWOcx system can intelligently recognise what each part of your file name refers to - the document number / revision / title are the most commonly recognised elements in this functionality.

We've expanded this capability for matching what a revision is by allowing a dash or an underscore in the actual revision

Here are some examples


A101 A101 [A_01] Title  Title 1.pdf

Image AddedDocument Number: A101

Image AddedRevision: A_01

Image AddedTitle: Title 1

Image AddedExtension: pdf


B101 B101 [B-01] Title  Title 2.pdf

Image AddedDocument Number: B101

Image AddedRevision: B-01

Image AddedTitle: Title 2

Image AddedExtension: pdf


C101 C101 [B_01-1] Title  Title 2.pdf

Image AddedDocument Number: B101

Image AddedRevision: B_01-1

Image AddedTitle: Title 2

Image AddedExtension: pdf

The table below lists our full list of filenames that can be matched and recognised

Pattern

Example

Doc #

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 
A101 [A_01]
 Title
 Title 1.pdfA101A_01Title 1
doc#[Rev]Title.ext
B101 
B101 [B-01]
 Title
 Title 2.pdfB101B-01Title 2
doc#[Rev]Title.ext
C101 
C101 [B_01-1]
 Title
 Title 3.pdfC101B_01-1Title 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