You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an input CSV file, AT&T in an account name gets output as AT&T in the QIF/OFX file. It should be output as AT&T. There is no need to convert into the HTML escape sequence.
The text was updated successfully, but these errors were encountered:
Perhaps QIF would work without the conversion. Have you tried the OFX without it? OFX is XML and & is a special character in XML and it is invalid. The importer may ignore the issue. Does the & appear as & in the imported transaction?
In an input CSV file, AT&T in an account name gets output as AT&T in the QIF/OFX file. It should be output as AT&T. There is no need to convert into the HTML escape sequence.
The text was updated successfully, but these errors were encountered: