Use CSV or Text file as a data source for SSAS cube

心不动则不痛 提交于 2019-12-25 16:59:11

问题


Can we have a CSV or Text file as a data source for SSAS cube. I deal with lots of data and maintain SSAS cubes (ROLAP) for analyzing the same. The data(~2 GB) comes in every hour as a formatted text file which I upload to a DB which acts as a data source for the cube. The cube then fetches this data from the DB and processes it. I would like to process the cube directly using the text file. This can save a lot time.


回答1:


I've never really tried this, but I think this is possible if you have the ACE provider.

To connect to a flat file, you must have the ACE provider installed on your computer.

Source: Connect to a Flat File (SSAS)



来源:https://stackoverflow.com/questions/29078717/use-csv-or-text-file-as-a-data-source-for-ssas-cube

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!