Utils

These functions are more internal for now.

Database Utils

AISCSteel.Utils.DatabaseUtils.import_dataMethod
import_data(lookup_value, lookup_col_name::Symbol, data_location::String)

Searches the specified data location and filters for the first row of data found where the value in the column specified is equal to the lookup value.

Parameters

  • lookup_value - The value to search for
  • lookup_col_name::Symbol - the column name to search in
  • csv_file_path::String - The name of csv file in the data directory
source

Unit Conversions