Forum FlexPro – Discuss your topic!

CSV datei

Accueil > Community > FPScript > CSV datei

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12722

    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

    #8385

    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

    #9179
    Bernhard KantzBernhard 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.