Skip to content

Commit 0f69efe

Browse files
Merge pull request #228251 from ecfan/flat-file
Azure Logic Apps: Flat file - Add UTF-8 encoding requirement
2 parents 8afc2bd + ac20801 commit 0f69efe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/logic-apps/logic-apps-enterprise-integration-flatfile.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
77
ms.author: divswa
88
ms.reviewer: estfan, azla
99
ms.topic: how-to
10-
ms.date: 09/01/2022
10+
ms.date: 02/22/2023
1111
---
1212

1313
# Encode and decode flat files in Azure Logic Apps
@@ -68,6 +68,8 @@ For more information, review the following documentation:
6868

6969
## Limitations
7070

71+
* XML content that you want to decode must be encoded in UTF-8 format.
72+
7173
* In your flat file schema, make sure the contained XML groups don't have excessive numbers of the `max count` property set to a value *greater than 1*. Avoid nesting an XML group with a `max count` property value greater than 1 inside another XML group with a `max count` property greater than 1.
7274

7375
* When Azure Logic Apps parses the flat file schema, and whenever the schema allows the choice of the next fragment, Azure Logic Apps generates a *symbol* and a *prediction* for that fragment. If the schema allows too many such constructs, for example, more than 100,000, the schema expansion becomes excessively large, which consumes too much resources and time.

0 commit comments

Comments
 (0)