Lots of ways to do this… Can Compass push data via API?
Only CSV - then you could set up a scheduled powershell script, or a 3rd party directory watcher - such that either will find the CSV file dropped into the folder and execute a DMT process to load the file into a UD table. Then you can build a SSRS report on the UD table.
The nightly Compass updates also extracts all data as .csv files.
I was wondering if someone had already done this as we are apparently not the only customers who get those data extracts, and share their process to help us out.
Our setup is hosted at Epicor, we need to figure out how to get the csv files into our local server first.
We need to know what the mapping is for all those CSV files and then we need to build some scripts in SQL to insert/update data from the CSV files into their respective Tables in our SQL database.
Thats a lot of work in front of us and little time between now and our Go Live.