The CharaCode Converter package reads the input text file (.txt/.csv) and converts the character code as specified in the input parameter.
Then saves the converted file.
This package supports Shift-JIS / EUC-JP / UTF-8 as input and output.
Following conversion supported:
Shift-JIS to UTF-8
Shift-JIS to EUC-JP
UTF-8 to Shift-JIS
UTF-8 to EUC-JP
EUC-JP to Shift-JIS
EUC-JP to UTF-8
The source code for this package is available on the
Automation Anywhere GitHub page