-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Import of CSV-File
- This topic has 2 replies, 2 voices, and was last updated 14 years ago by Florian Bleymann.
-
AuthorPosts
-
October 29, 2010 at 7:15 pm #12456Florian BleymannParticipant
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.
October 29, 2010 at 7:15 pm #8133Florian BleymannParticipantHello,
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.
October 29, 2010 at 7:21 pm #8752Bernhard KantzParticipantThe 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.
-
AuthorPosts
- You must be logged in to reply to this topic.