Choose your language

Choose your login

Support

How can we help?

PaperCut's AI-generated content is continually improving, but it may still contain errors. Please verify as needed.

Lightbulb icon
Lightbulb icon

Here’s your answer

Sources:

* PaperCut is constantly working to improve the accuracy and quality of our AI-generated content. However, there may still be errors or inaccuracies, we appreciate your understanding and encourage verification when needed.

Lightbulb icon

Oops!

We currently don’t have an answer for this and our teams are working on resolving the issue. If you still need help,
User reading a resource

Popular resources

Conversation bubbles

Contact us

Handling hidden characters in card numbers

THE PAGE APPLIES TO:

Last updated April 16, 2026

Card readers might introduce hidden characters that cause duplicate entries in PaperCut Hive. Invisible characters, for example, Carriage Return (CR) and Line Feed (LF), might cause PaperCut to treat identical-looking numbers as unique values.

PaperCut Hive removes these characters when displaying card numbers in the admin console. This means two entries might look identical in the interface but remain distinct in the system.

Identify hidden characters

To find hidden characters, you must review the raw data. Because the PaperCut Hive admin console removes these characters from the display, export your user data first.

When you open the file in a spreadsheet, you might notice unusual data. As shown in the following image, one cell contains invisible characters. The contents are only displayed after you double-click the cell. This action does not reveal the specific hidden character.

This can be examined more closely by opening the file in Notepad++, which reveal specific hidden characters (shown below, a Carriage Return (CR) and Line Feed (LF) within quotation marks).

Clean up existing card data

After you identify duplicates, clear the incorrect IDs using the bulk import tool.

  1. In your CSV file, find the users with the extra characters in their Card number column.
  2. Replace the incorrect card number with a hyphen (-) to clear the field.
  3. In the PaperCut Hive admin console, select the Users tab.
  4. Click Bulk Management and upload your corrected CSV file.

For more information, see the guide on removing card numbers.

Prevent duplicates with Regex

You can stop hidden characters from entering the system by using a card conversion. This ensures every reader sends the exact same string to PaperCut Hive.

  1. In the admin console, select the Printers tab.
  2. Select the printer causing duplicate IDs.
  3. Click the Apps tab.
  4. Locate the Card conversion field.
  5. Enter the following string to filter out everything except standard characters: Regex:[A-Za-z0-9+\/=]+:Regex
  6. Click the Save button to apply the changes.

For more detail, see the guide for converting card numbers in Hive.

 


Category: How-to Articles

Subcategory: Authentication


Comments