I have run into two problems with exporting and importing
- When exporting data that has an & in it to csv it gets converted to &
For example AT&112 gets turned into AT&112 in the csv. It remains this way when I import it into a different database.
- Since I ran into the problem above I tried using Excel (xls) instead. The export worked, leaving & as just &, I ran into a different problem which I know others have encountered but I was unable to find any solutions. When I tried to import I got the following error:
The filename C:\WINDOWS\TEMP\php555.tmp is not readable
php555.tmp changes name each time. I went looking to see if the file existed in the temp folder and it did not.
Any help is appreciated