Message Boards Message Boards

0
|
1483 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Importing TOML file type

Posted 11 months ago

Does Mathematica support importing of TOML files? If so, how?

Thanks,
Jochen

POSTED BY: Jochen Klinke
2 Replies

Adding TOML import should be a priority for WL, since it has become a standard configuration format.

POSTED BY: Alan Isaac
Posted 11 months ago

Example of the data format below...

# Sea-Bird Scientific ISFET pH Calibration Coefficients
# =====================================================
#
# This file complies with the TOML v1.0.0 formatting standard.
#
date = 2023-07-07

[Instrument]
serial_number = "17682"
ISFET_serial_number = "11764"
reference_serial_number = "11773"

[fP]
poly_order = 6
f0 = -1.3189
f1 = -8.453e-06
f2 = 6.5885e-08
f3 = -1.1179e-10
f4 = 8.713e-14
f5 = -3.2423e-17
f6 = 4.6608e-21

[K0]
K0_calibration_date = 2022-06-14
K0 = -1.3219590000228736

[K2P]
poly_order = 3
K2f0 = -0.00086825
K2f1 = 1.6881e-08
K2f2 = -2.9158e-11
K2f3 = 8.6709e-15
POSTED BY: Jochen Klinke
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract