-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
CSV datei
- This topic has 2 replies, 2 voices, and was last updated 13 years, 6 months ago by Karim El Mazouar.
-
AuthorPosts
-
May 25, 2011 at 1:09 pm #12722Karim El MazouarMember
Hallo
Ich versuche mit FPScript eine CSV datei einzulesen.
Folgendes Code habe ich im FPScript Editor eingegeben:ReadTextFile(“C:\MyDaten\MyCSV.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
May 25, 2011 at 1:09 pm #8385Karim El MazouarMemberHallo
Ich versuche mit FPScript eine CSV datei einzulesen.
Folgendes Code habe ich im FPScript Editor eingegeben:ReadTextFile(“C:\MyDaten\MyCSV.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
May 25, 2011 at 2:13 pm #9179Bernhard 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.