Running into a problem when trying to convert a file to XML. I have the workflow setup so that the TXT input file is ran through our data mapper which extracts a few metadata fields. If I "Send To Folder" with the filename %{Filename}.txt it creates a TXT file that resembles a good XML file:
<?xml version="1.0" ?>
<datamining><record>
<_vger_record_id>708364</_vger_record_id>
<SO#>00032-0000000053</SO#>
</record>
</datamining>
Once I change the filename to %{Filename}.xml it is only creating a file with just the _vger_record_id # without any tags:
708460
Is there a setting that needs to be changed that will allow a proper XML file to be created? I have even tried to Change Emulation>XML with no success. Has anyone ran into an issue like this and has an idea how to fix it?
Looking at one of our other projects, the XML conversion works fine. Is there some setting within the Datamapper that I am not aware of?
Edited by DChristensen (10/13/17 03:29 PM)