简体   繁体   中英

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. How can I do this? The json_encode function doesn't appear in the built-in Expressions/Functions inside the LogicApp.

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.

If you have a specific situation, you could do a content type conversion with Azure Functions using stream writer. Here is a blog and a question about conversion.

And the logic app supports Azure Functions integration.

Hope this could help you, if you still have other questions, please let me know.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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