Good day,
I have xml files located on my C: drive with tags correct,some values = " " space
I cant make it blank as the tag will end on next line or null and xml will remove the field
my issue is with the copy directory for backup purposes to a network path, for some fields with " " space converts to next line, but the value in xml file on my PC and sql is " " space correct
example PC C: <ShipNo> </ShipNo>
but when FTP copy directory to network path:
<ShipNo>
</ShipNo>
Please help, I cant figure out what & why. How do I fix?
Regards