DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Data Plugin

In a data plugin, what code do I use so that lines of data will be imported after seeing "[Data]".  Currently this data is in a .csv format
 
Thanks
Larry
0 Kudos
Message 1 of 3
(3,573 Views)
Larry,
 
You can read the file line by line until you find the "[data]" tag. Please see the information for DataPlugin developers and check for "GetNextLine"
Then you can probably use the string block to read the values.
 
Please provide an example file if you want me to provide some example code
 
Andreas
0 Kudos
Message 2 of 3
(3,568 Views)
ThanksSmiley Happy
0 Kudos
Message 3 of 3
(3,563 Views)