我只是想用php把csv的文件数据编码成json。•When the header row is identified, the it will be processed to create and return the JSON encoded object$header: the text value of the column headerInput CSV ("foo.csv"):
Provided by ZIP Code Solution
我正在Azure函数中运行一个PowerShell脚本(计时器触发器),它将从Azure中获取PowerBI工作区数据,并将存储到Blob存储中。我希望Azure函数的输出数据以csv格式存储在Blob中。当前存储为.json# Input bindings are passed in via param block.