× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Don -

that's a BOM (Byte Order Mark)

This may shed some additional light on the subject:
https://stackoverflow.com/questions/44098326/ef-bb-bf-at-the-beginning-of-json-files-created-in-visual-studio

Regards,
Steve


Don Brown wrote:
I am sure I have seen this question asked before but searching has not found it.
We are using httpapi to retrieve a list of files that is returned in xml
The xml file saved to the ifs has the following leading characters that then results into xml-into failing.

<?xml version="1.0" encoding="utf-8"?>
In case these characters get corrupted in the email / forum they are hex x'EFBBBF'
A valid xml file must start with a < so we can't just blank these characters out.
And xml-into does not allow a substring that I have found.
So if I can't stop the invalid characters how would I shift the contents of the stream file left by 3 characters or I expect there is a better option ?

Thank you to any suggestions or examples.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.