You are viewing limited content. For full access, please sign in.

Question

Question

invalid characters - what are they in regards to Laserfiche?

asked on May 1, 2014

 Ok, so in windows the normal reserved characters are as follows:

 

 
  • < (less than)
  • > (greater than)
  • : (colon)
  • " (double quote)
  • / (forward slash)
  • \ (backslash)
  • | (vertical bar or pipe)
  • ? (question mark)
  • * (asterisk)

 

So is there any more that shouldn't be in a folder or filename inside Laserfiche? I know a few of these are ok in Laserfiche but I wouldn't want to confuse a user trying to export. 

 

I'm using the following in the replace field of a substitution on Quickfields to make sure the initial naming doesn't have any of those restricted characters (because it's being OCR'd in agent).

 

\\|\||<|\>|\:|\?|\*|"|/

 

I simply replace all of these with a _

 

Anything I might be missing?

 

1 0

Answer

SELECTED ANSWER
replied on May 1, 2014 Show version history

You may also want to replace square brackets [ ]. If your document name in Laserfiche has square brackets [ ], it makes it more difficult to search for the document by name since square brackets are used for wildcards.

 

As an example, if your document was name [Application] Smith, John, it's interpreted as any one of the letters in the word Application followed by Smith, John. You would have to search on something like ?Application? Smith, John to return the document.

 

Edit: you can also escape square brackets and other wildcards in searches using a backslash, like \[Application\] Smith, John.

1 1
replied on May 1, 2014

Thanks for the tip! laugh

0 0

Replies

replied on December 30, 2019

Is there an official list of ASCII characters that are not allowed to be used when naming entries or folders in Laserfiche?

3 0
replied on December 30, 2019

Or with metadata? I stumbled upon the control character (U+0002) being problematic in a data migration. 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.