jeffamm Posted April 2, 2010 Posted April 2, 2010 In doing an XML export of data from my FM Pro8 database I learned that my data contains an invalid hexadecimal character 0x1a. From my research so far I learned that this typically happens when cutting and pasting some data in from MS Word or Excel. Now I need to find the character(s) in my data but I don't know how to search on this. I tried typing the character (right arrow) that the hex character represents, but it shows up in the search/replace box as a square (and didn't find the character when searched). Is there a way to search on a hex character? If not, is there a way to do a search/replace calculation that will act at the hex level?
comment Posted April 2, 2010 Posted April 2, 2010 In version 8, I believe your best option is to paste the character into a global field, then show all records and replace field contents with a calculated result = Substitute ( YourField ; GlobalField ; "" ) Make sure to have a backup before trying this.
Recommended Posts
This topic is 5348 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now