-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Import of CSV-File
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 14 Jahren von Florian Bleymann aktualisiert.
-
AutorBeiträge
-
Oktober 29, 2010 um 7:15 pm Uhr #12456Florian BleymannTeilnehmer
Hello,
I have a problem to import a csv and copy the data to a datamatrix. Following code works:
csv1 = ChooseFile(” “, “CSV_1″,”C:\Users\labor\Documents\Flexpro\I-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.
Oktober 29, 2010 um 7:15 pm Uhr #8133Florian BleymannTeilnehmerHello,
I have a problem to import a csv and copy the data to a datamatrix. Following code works:
csv1 = ChooseFile(” “, “CSV_1″,”C:\Users\labor\Documents\Flexpro\I-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.
Oktober 29, 2010 um 7:21 pm Uhr #8752Bernhard KantzTeilnehmerThe 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.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.