pyapacheatlas.readers.excel.ExcelReader.parse_column_mapping#

ExcelReader.parse_column_mapping(filepath)#

Read a given excel file that conforms to the excel atlas template and parse the (default) ColumnMapping tab into existing process entities.

Assumes these process entities and any referenced entity exists. This will not update the inputs and outputs, it will update name and columnMapping fields.

Parameters

filepath (str) – The xlsx file that contains your table and columns.

Returns

A list of Atlas Process entities representing the spreadsheet’s contents.

Return type

list(dict)