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:
- Returns:
Path to output CSV file.
- Return type:
- Raises:
FileNotFoundError – If the output CSV file isn’t created.
NotImplementedError – If csv_format isn’t ‘TUBA2’ or ‘TUBA3’.
See also
ufm_to_square_csvs()for conversion to square CSV format.