CSV in Letterman
Geschrieben von: admin in Tech Talk | wong it! | Druckfreundliche Version:
Tags: blog, tools, tutorial, wordpress
Jetzt Feed abonnieren
Falls ihr Probleme mit dem Upload der CSV Files in Letterman habt, da die Eingaben nicht erkannt werden, dann macht folgendes:
If you have Problems with CSV Files in Letterman, cause the Data isn´t recognized, do this:
1. Suche die Datei joomla/administrator/components/com letterman/admin.letterman.php
1. Go to joomla/administrator/components/com letterman/admin.letterman.php
2. Suche
2. Search for
PHP-Code:
($_FILES['cvsfile']['type'] == "application/octet-stream") ||
3. Füge eine Zeile darüber folgendes ein:
3. Copy the following code in the Line above:
PHP-Code:
($_FILES['cvsfile']['type'] == "text/plain") ||
4. Öffne das CSV deiner wahl in einem Texteditor und ändere alle “,” in “;” (einfach mit der Funktion “suchen und ersetzen”)
4. Open your CSV file in a Texteditor and change all “,” in “;” (simply by “search and replace”)
5. Speicher die Datei als CSV oder als TXT
5. Save the File as a CSV or TXT file
6. Lade sie mit Letterman hoch - Fertig
6. Upload the File with Letterman - Done!
Februar 1st, 2008 an 14:03
Leider ist das ein Problem, das wohl bei Firefox auftritt. Mit IE klappts bis zu ner gewissen Dateigröße.