Excel to XML
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
KamenRider
11 - Bolide
‎11-22-2022
01:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
41 REPLIES 41
apathetichell
19 - Altair
‎12-02-2022
05:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@KamenRider @DavidSkaife - sorry if I wasn't clear - @KamenRider - you posted the error on Tuesday. The problem is that <Addresses></Addresses> which you posted in your XML example on Tuesday is WRONG. This is tagging with nothing inside. The actual coding is for for an overall group which the loans are a part of.
The format must be:
<Addresses/>
Loan body...
</Loans>
</Addresses>
</Root>
<Addresses/> tells the ingestion system that this is an <Addresses> entry which the rest of the XML is part of.
DavidSkaife
13 - Pulsar
‎12-02-2022
06:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@apathetichell ahhh oops, my bad!
So the output now looks like this at the top:
and this at the bottom:
Updated workflow and output attached
EDIT: Two versions now attached. v2 has <Addresses/> whereas v3 (and output3) has <Addresses>
- « Previous
- Next »