Why:
Sometimes integration fails for special characters in data which we can't see and its like a double space in data.
If you are cutting and pasting from a text file, such as an XML file, you can find non-ASCII characters as
Follow below steps to find the special char:
- Open the file in Notepad++
- Click the ‘Search’ menu.
- Click ‘Find Characters in Range” (the last item in the list)
- Make sure “Non-ASCII Characters (128-255)” is selected (I think it is the default).
- Click ‘Find’.
- It will highlight the row where the special character is.
- Click ‘Close’ and the cursor will be place immediately after the special character if one is found. (cursor will return to where the search began if no special characters are found).
- If you hit ‘Backspace’ immediately after the search, a special character will expand into its character codes. Delete them and replace with the desired character.
No comments:
Post a Comment