pbryenton
After I upload a .csv file onto a remote server, the file contents change. My original file has comma seperateed values, but after I upload the values have changed to the following:
<?xml version="1.0"?>
<!--TransferQueueItems-->
...
It all looks like some sort of html file. I am uploading multiple files and all of the other ones work fine, but about once every few weeks the same file changes it contents to what you see above. Please help as I do not want to end up losing important data.
<?xml version="1.0"?>
<!--TransferQueueItems-->
...
It all looks like some sort of html file. I am uploading multiple files and all of the other ones work fine, but about once every few weeks the same file changes it contents to what you see above. Please help as I do not want to end up losing important data.