简体   繁体   English

如何在Azure中使用LogicApp生成Windows 1250编码的内容

[英]How to generate Windows 1250 encoded content using LogicApp in Azure

As I know, LogicApps works on UTF-8 character set, and I need to compose the file in the Windows 1250 code page. 据我所知,LogicApps适用于UTF-8字符集,我需要在Windows 1250代码页中编写文件。 How can I do this? 我怎样才能做到这一点? The json_encode function doesn't appear in the built-in Expressions/Functions inside the LogicApp. json_encode函数未出现在LogicApp内部的内置Expressions / Functions中。

There is not File Encoding in Logic App, contents can be encoded in whatever format you need and the app may or may not even be aware of this. Logic App中没有文件编码,可以使用您需要的任何格式对内容进行编码,并且该应用程序可能知道也可能不知道。

If you have a specific situation, you could do a content type conversion with Azure Functions using stream writer. 如果有特定情况,则可以使用流编写器使用Azure Functions进行内容类型转换。 Here is a blog and a question about conversion. 这是一个博客以及有关转换的问题

And the logic app supports Azure Functions integration. 逻辑应用程序支持Azure Functions集成。

Hope this could help you, if you still have other questions, please let me know. 希望这对您有帮助,如果您还有其他问题,请告诉我。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM