问题描述
使用Sharepoint连接器几个月来一直获取CSV文件的文件内容,这些文件以CSV文本字符串的形式返回.但是,昨天(2018年12月12日),文件开始以的形式返回数据.
For a few months have been using the Sharepoint connector to get the file content of CSV files - which return as a text CSV string. However yesterday 12/12/2018 the files started returning the data as
"$ content-type" :应用程序/八位位组流"
"$content-type": "application/octet-stream"
然后是二进制流...
and then a binary stream ...
文件名为.CSV,我具有推断内容类型= True(尝试使用false).
The file is named .CSV and I have Infer Content Type = True (tried with false).
我已还原了一个以文本形式读取的文件在11/12和12/12上,它以八位位组流的形式返回.没有其他改变.
连接器在最近几天已更新?
Has the connector been updated in the last few days?
谢谢
推荐答案
我可以复制相同的内容.
I can able to reproduce the same.
要解决此问题,是否可以使用如下所示的获取文件元数据操作进行检查:
To work around this Can you check using Get File Metadata action as shown below:
这篇关于Sharepoint获取CSV文件的文件内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!