FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro-Support
Wissen
Community
Über Uns
Referenzen
Jobs
Allgemeiner Kontakt
Händlerverzeichnis
FlexPro-Support
DE
EN
FR
Placeholder
Produkte und Lösungen
Support und Downloads
Unternehmen
Magazin
Kontakt
Sprache
MyWeisang

Account Einstellungen

Topic

Import of CSV-File

Startseite ' Community ' FPScript ' Import of CSV-File

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #33157
    Florian Bleymann
    Teilnehmer

    Hello,

    I have a problem to import a csv and copy the data to a datamatrix. Following code works:

    csv1 = ChooseFile(” “, “CSV_1″,”C:UserslaborDocumentsFlexproI-U-Messung – CSV_Merge”, _
    “Datendateien (*.csv; *.xls; *.xlsx)|*.csv;|Textdateien (*.txt; *.asc)|*.txt; *.asc*.xls; *.xlsx|Alle Dateien (*.*)|*.*||”)

    ReadTextFile(csv1, 1, 0, 0, 6, True,TYPE_FLOATINGPOINT64, True, “;”,False)

    The csv is read in but the data arranged in 7 columns is only visible in the window “Überwachung”. How do I get the csv data in a correspondent datamatrix for further data manipulation?

    Thanks.

    #33159
    Florian Bleymann
    Teilnehmer

    Hello,

    I have a problem to import a csv and copy the data to a datamatrix. Following code works:

    csv1 = ChooseFile(” “, “CSV_1″,”C:UserslaborDocumentsFlexproI-U-Messung – CSV_Merge”, _
    “Datendateien (*.csv; *.xls; *.xlsx)|*.csv;|Textdateien (*.txt; *.asc)|*.txt; *.asc*.xls; *.xlsx|Alle Dateien (*.*)|*.*||”)

    ReadTextFile(csv1, 1, 0, 0, 6, True,TYPE_FLOATINGPOINT64, True, “;”,False)

    The csv is read in but the data arranged in 7 columns is only visible in the window “Überwachung”. How do I get the csv data in a correspondent datamatrix for further data manipulation?

    Thanks.

    #33158
    Bernhard Kantz
    Teilnehmer

    The FPScript formula returns the imported values. Either you can manipulate the data in the same FPScript formula or you can create a second FPScript formula and access the first formula using the name of the first formula.

    support@weisang.com

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.