
Announcements
The functions are not doing anything on a string wit a lot of null (\u0000) carriage return (\r) and newline (\n) characters.
I'm trying to make a flow that is working with a .json file on an onprem server.
So in a nutshell:
1. Connector Filesystem (Get File content using path' over onprem datagateway working fine.
2.compose action with the output:
3. compose action with the base64ToString(outputs('Get_file_content_using_path')?['body']?['$content'])
4. no matter if I clean this content or not (removing ��) I need to replace the null bytes (\u0000) newline and other 'trash' values (\r, \n)
5. next expression does not do their job, no error but same value as output:
6. Splitting the string also does not work completely:
So the first split does not work, there is no split action based on the comma ',' but the concat function containing two working split functions based on the '{' and '}' character.
I do not have a clue anymore what I can possibly do to solve this issue.
Any ideas are welcome
Thank you
Double question due to spam notation:
Re: Replace function refusing to work for null (\u... - Power Platform Community (microsoft.com)