Topic
CSV datei
Page d'accueil ' Communauté ' FPScript ' Fichier CSV
- Ce sujet contient 2 réponses, 2 participants et a été mis à jour pour la dernière fois par Karim El Mazouar, le il y a 13 années et 12 mois.
-
AuteurMessages
-
25.05.2011 à 13:09 #33454Karim El MazouarParticipant
Hallo
Ich versuche mit FPScript eine CSV datei einzulesen.
Folgendes Code habe ich im FPScript Editor eingegeben:ReadTextFile(“C:MyDatenMyCSV.csv”, 2, 0, 2, 2, FALSE,TYPE_FLOATINGPOINT64, True, “;”,False)
Ich bekomme die Fehlermeldung dass das system die angegebene Datei nicht finden kann.
Ich habe auch folgendes probiert:
ReadTextFile(“C:\MyDaten\MyCSV.csv”, 2, 0, 2, 2, FALSE,TYPE_FLOATINGPOINT64, True, “;”,False)
auch erfolgslos
Gruß K
25.05.2011 à 13:09 #33456Karim El MazouarParticipantHallo
Ich versuche mit FPScript eine CSV datei einzulesen.
Folgendes Code habe ich im FPScript Editor eingegeben:ReadTextFile(“C:MyDatenMyCSV.csv”, 2, 0, 2, 2, FALSE,TYPE_FLOATINGPOINT64, True, “;”,False)
Ich bekomme die Fehlermeldung dass das system die angegebene Datei nicht finden kann.
Ich habe auch folgendes probiert:
ReadTextFile(“C:\MyDaten\MyCSV.csv”, 2, 0, 2, 2, FALSE,TYPE_FLOATINGPOINT64, True, “;”,False)
auch erfolgslos
Gruß K
25.05.2011 à 14:13 #33455Bernhard KantzParticipantThe second solution seems to be correct. Which error message do you get when you run the formula?
Try to use the text files import wizard with the option create links. After the import you have the possiblity to convert the text data link object into a formula. -
AuteurMessages
- Vous devez être connecté pour répondre à ce sujet.