07-18-2017 07:19 AM
Hello I am receiving some XML in the following structure/format and want SnapLogic to convert each row to a document with the attributes as the value. So here is the sample of the XML coming in from a DB query where it is stored:
When I tag on the XML Formatter and Parser it doesn’t seem to break it down for me with the retrievable values:
07-18-2017 01:20 PM
If you don’t need additional fields from the database other than the invoice XML, I think your solution would be to replace the XML Formatter snap with a Document to Binary snap and make sure your mapper maps the XML field name to “$content”
Example:
07-18-2017 01:37 PM
YES! that is perfect and it works for me. Thank you Del.