Skip to end of banner
Go to start of banner

Getting unexpected character '=' (code 61); error in Advanced Tables for Confluence

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 41 Current »

Problem Statement

This article explains how to handle the error mentioned in the succeeding section. When a file is uploaded through Attachment Table macro to display its contents by using the app: Advanced Tables for Confluence, an error occurs if filename is having an apostrophe.

Error Message 

com.ctc.wstx.exc.WstxLazyException Unexpected character '=' (code 61); expected a semi-colon after the reference for entity 'modificationDate'.


See the below image for the above-mentioned error.

Environment

EnvironmentCloud
ApplicationConfluence

Cause

A special character apostrophe (') is placed in the filename causing the issue.


Here are the characters that are allowed & not allowed in the filename:

Characters allowedCharacters NOT allowed
! @ # $ % ^ & ( ) - _ = + [ ] { } . , ` ~\ / : * ? " < > | '

Solution

To resolve the issue:

  1. If the file name contains an apostrophe ( ' ), remove it and save the file.
  2. Upload the file by using Attachment Table macro.
  3. You can view the file contents on the confluence page.


This issue is escalated as a bug and the ticket TBL-1128 is with our development team.

  • No labels