CSV file writer

File write to CSV format

Module contents

Writer for CSV format.

Exports pyArchimate models to CSV files (separate files for elements and relationships). Provides tabular representation suitable for spreadsheet analysis and reporting.

pyArchimate.writers.csvWriter.csv_writer(model: Model, file_path: str) None[source]

The CSV writer generates three output files: - one for all elements - one for all relationships - one for all properties The file path is postfixed accordingly to the output file type

Parameters:
  • model

  • file_path