SafetyCulture / SafetyCulture-Power-Query-Connector

The SafetyCulture Power Query Connector provides a data connection for SafetyCulture in Power BI
MIT License
8 stars 2 forks source link

[CS-12622] Fix CSV loading in Power BI template #52

Closed BCook98 closed 8 months ago

BCook98 commented 9 months ago

Summary

Behind the scenes I rebuilt the way CSV files are loaded in the template file. Essentially instead of loading each file independently, we open the entire folder and then parse the CSVs.

This should trigger only one security check, rather than a check per file and hopefully result in less errors.

Problem description

Pros/cons of approach implemented

Checklist


Code Review Guidelines for Reviewers