Skip to main content

Good day,

 

When I get an error message in my transformation “error at character 28152”, how do I find character 28152?

 

Thank you,

 

This is a tricky one its per character count and the count I believe starts from 184

 

 

Here comma is the issue i.e. 184+10 = 194

You have to count each character 

 

 

Notepad++ : Provides a feature to go to a specific line or character position by pressing Ctrl + G. You can input the character position to jump to that part of the text.

 

So in my case I would have done the 194 - 184 = 10 and then used Notepad++

 

 

 

 

 

Hope this helps !


Thank you, I will try this!


Reply