Hi to all,
i try to import a CSV to the TXNEWSLETTER.
CSV Export look this one:
"Name";"Firstname";"Email";"Date";"Link_Unsubscribe";
"Muster";"Hans";"[email protected]";"17/11/2009";"/index.php?&id=25&action=del&[email protected]&control=15e9f1df91b8c5cbcfdbaa68bac7ff00";
So i try import a file like this:
"Name";"Firstname";"Email";"Date";"Link_Unsubscribe";
"Muster";"Hans";"[email protected]";"";"";
But this dosn’t work. Errorcode
Name : txnewsletters.import.csv
Größe : 11368 octets
Fehlgeschlagenes Kopieren der Datei nach /assets/upload/ !
(Failed to copy the file to the folder /assets/upload/)
Die zu importierende Datei muss eine CSV-Datei sein und der XML-Strukturdefinition entsprechen.
(The imported file must be a csv file with xml-structure definition)
The folder /assets/upload/ have the full write access "777"
Can someone help me? Or some tipps for me?