easitab / EPR.GlobalFunctions

Provide functions to be used in script executed by EasitProcessRunner
https://docs.easitgo.com/techspace/epr/globalfunctions/
Apache License 2.0
1 stars 0 forks source link

Function to replace characters #42

Closed easitab-owner closed 8 months ago

easitab-owner commented 9 months ago

In some environments special characters like å, ä and ö are not supported. We should add a way to replace the encoded character with the expected one.

easitab-owner commented 8 months ago

This issue will be solved by adding a second argument when starting the powershell process from the java application. The second argument will be the export request body from Easit GO encoded as a base64 string.