Question
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?
