FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder
Products and Solutions
Support and Downloads
Company
Magazine
Contact Us
Language
MyWeisang

Account settings

Topic

CSV datei

Home page Community FPScript CSV file

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33454
    Karim El Mazouar
    Participant

    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

    #33456
    Karim El Mazouar
    Participant

    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

    #33455
    Bernhard Kantz
    Participant

    The 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.

    support@weisang.com

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.