UFMConverter.ufm_to_csv#

UFMConverter.ufm_to_csv(ufm, csv=None, csv_format=CSVFormat.TUBA2)[source]#

Convert UFM file to a CSV in specific format.

Parameters:
  • ufm (Path) – Path to UFM file to convert.

  • csv (Path | None) – Optional path to output CSV file, defaults to ufm.csv if not given.

  • csv_format (CSVFormat) – Format that the output CSV should be saved in, default CSVFormat.TUBA2.

Returns:

Path to output CSV file.

Return type:

Path

Raises:

See also

ufm_to_square_csvs()

for conversion to square CSV format.