Forum Discussion
BamaBritGuy
Sep 08, 2025Copper Contributor
Double quotations appearing in an Excel .txt delimited file
I am attempting to upload a delimited .txt file to a website. The website has very specific instructions as to how that file should be formatted. Part of that formatting is that every entry should ...
HansVogelaar
Sep 10, 2025MVP
What do you see if you open the text file in Notepad? If you see ""..."",""..."", then you can use Notepad to replace "" with ". After saving the file, it should upload to the website.