question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Escape Character Issue

See original GitHub issue

Whenever I attempt to parse a message where there is an escape character "\E\ " specifically at the end of a field, I get an error:

Failed to parse the message with error - Failed to serialize parsed message with error - Failed to serialize the message with error - Index was outside the bounds of the array.

Is this intended behavior? If so it would help me out a lot if it could be explained.

Issue Analytics

  • State:open
  • Created 4 months ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
jaime-olivarescommented, May 19, 2023

ok, I will examine that

0reactions
zeWizardcommented, Jun 27, 2023

Hi @jaime-olivares can you review this and see if this resolves this issue:

https://github.com/Efferent-Health/HL7-dotnetcore/pull/115

I’m also having the same issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - Problem with escape character
Is the idea that you want to display the backslashes? If so, the backslashes will need to be in the original string.
Read more >
Escape sequences
An error message is issued if an escape sequence is not recognized. In string and character sequences, when you want the backslash to...
Read more >
Escape character
An escape character is a particular case of metacharacters. Generally, the judgement of whether something is an escape character or not depends on...
Read more >
Escaping special characters
To search for a special character that has a special function in the query syntax, you must escape the special character by adding...
Read more >
Azure Data Factory (ADF) Escape Character Issue When ...
It seems this is an issue with ADF and whenever an escape character exists in data that is at the end of a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found