Last updated on 16th July 2024
The Simudyne SDK will not export files to CSV by default. To enable, set the value of the config field core.csv-export.enabled
in the simudyneSDK.properties
file to true. (More about Model Config.)
The path to create the CSV files in should be provided in the config field core.export-path
. This can be an HDFS path, or a local file system path. If no value is specified for core.export-path
, the CSV files will be dumped to a tmp directory, or the HDFS home if running with spark.