ExternData icon indicating copy to clipboard operation
ExternData copied to clipboard

:page_facing_up: Modelica library for data I/O of CSV, INI, JSON, MATLAB MAT, SSV, TIR, Excel XLS/XLSX and XML files

Results 5 ExternData issues
Sort by recently updated
recently updated
newest added

If we have the next json: `{ "a" : 1.0, "b" : 2.0 }` then we can get the value "a" using _getReal("a")_. How to get the value "a" for...

While running tests on Dymola 2024x Refresh 1 Beta 1 we found that our models referencing ExternData will no longer compile. This is the compiler message: ![image](https://github.com/modelica-3rdparty/ExternData/assets/33639937/ec89cb6d-1031-4274-9066-7a4b651ede95) __iob_func is located...

Is there a reason why the getBoolean function for XMLFile (and XML2File) only accepts Real values whereas JSONFile seems to take into consideration "true" and "false" statements?

Hi all, I'm trying to build an FMU from a Modelica model. Some of the parameters are read in Modelica from a .json-file, others from a .csv file. This happens...

The releases page mentions HDF5, but it is not listed in the ReadMe, main features section. https://github.com/tbeu/ExternData/releases https://en.wikipedia.org/wiki/Hierarchical_Data_Format Is this work in progress? Or part of .mat support?

enhancement