cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

How to loading CSV file in exponential expression.

jaiminLee
6-Contributor

How to loading CSV file in exponential expression.

Example 

A(G)  B (G) C (G)
0.007297 1.04E-05 3.00E-06
0.007924 6.86E-06 2.10E-05

This is CSV data example.

If i make loader. Can Thingworx handle it? 

if not i will make translate data like this.

1.04E-05  --> 0.0000104.

how to do this case?

1 REPLY 1
cmorfin
19-Tanzanite
(To:jaiminLee)

Hi @jaiminLee 

 

ThingWorx, using the CSVParser, will be able to read the values.

I did a quick test and here is the result:

 

CSV file:

 
A B C
0.007297 1.04E-05 3.00E-06
0.007924 6.86E-06 2.10E-05

 

Result in AdvancedGrid widget:

expGrid.png

 

Same code as in this post has been used to load the csv.

 

Hope this helps

Christophe

 

Top Tags