Topic
CSV datei
- This topic has 2 replies and 2 voices and was last updated 13 years, 12 months ago ago by Karim El Mazouar.
-
AuthorPosts
-
25.05.2011 at 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 at 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 at 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. -
AuthorPosts
- You must be logged in to reply to this topic.