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
I have been using your website for a while, and today it changed behavior. For most of my transactions, the name of the parties is provided in xml as follows:
Previously, this was converted to <NAME>MyName</NAME>, but today I suddenly found the output to be <NAME>MyNameNOTPROVIDED</NAME>, which has broken my budget imports. Is this a bug or an intended change?
The text was updated successfully, but these errors were encountered:
Adarain
changed the title
NOTPROVIDED added to NAME tag
Name tags of Debitor and Creditor are merged
Dec 14, 2023
I have been using your website for a while, and today it changed behavior. For most of my transactions, the name of the parties is provided in xml as follows:
<RltdPties><Dbtr><Nm>NOTPROVIDED</Nm></Dbtr><Cdtr><Nm>MyName</Nm><PstlAdr><AdrLine>MyAddress</AdrLine><AdrLine>MyAddress2</AdrLine></PstlAdr></Cdtr></RltdPties>
Previously, this was converted to
<NAME>MyName</NAME>
, but today I suddenly found the output to be<NAME>MyNameNOTPROVIDED</NAME>
, which has broken my budget imports. Is this a bug or an intended change?The text was updated successfully, but these errors were encountered: