I am having problem importing the XML file and the following error pops up:-
Error: The '[' character, hexadecimal value 0x5B, cannot be included in a name. Line 24, position 13.
Below is a part of the XML file.
<Txt>12345678</Txt> --Transaction Text
<Invoice>AXINV507005520</Invoice>
<Dimension[1]>XYZ</Dimension[1]>
<Dimension[2]> PQR</Dimension[2]>
<Dimension[3]>ABC</Dimension[3]>
The error is due to Dimension[] fields.
How to handle this situation?
*This post is locked for comments
I have the same question (0)