Hi,
I am exporting PurchLine Entity to the Azure Data Lake (ADL) and there is an issue with the Text Field - PurchLine Name (I believe it is a Memo field).
I believe the issue is that there are & and < characters that have been copied into the field and ADL export which is using XML somewhere in the process is rejecting this.
I am trying to think what is the best , simplest and quickest way to resolve this;
Copy the data out update it appropriately i.e. & becomes & or blank < becomes < or blank and reupdate it back to F&O
There is a lot of data so Excel and D365 Add in was going to be my method of choice but not sure that is practical or even doable
I could export the entity out via Dixf - update it and import it back in
However there is no way of preventing users (that I am aware of) from inputting this bad xml data back in.
I think the option has to be something like above whether that can be a logic app or something else to do the update maybe - just wondered if anyone else had the issue and a good simple solution
Many Thanks
S