Connect-File UTF-8
All,
We are using Connect-File to generate a .txt file at a server location. The file that is generated is UTF-8 encoded. Is this a default feature by any chance? As far as i know we do not have any settings that creates an encoded file.
Questions:
1. What could be the probable reason?
2. How can i change this encoding to ANSI as that is the desired format.
Pega V 7.1
Mainak
The Rule-Connect-File.Invoke activity can be over-written, can it not?
} else {
// store the data into the source buffer
buffer = strContent.getBytes("UTF-8");
}