-
-
Notifications
You must be signed in to change notification settings - Fork 795
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
192f04c
commit 06257cc
Showing
3 changed files
with
23 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
In order to add encode error handing in csv report you need to choose | ||
encode error handling in reports. | ||
In case the exported CSV report should be encoded in another system than UTF-8, following | ||
fields of the report record (*Settings > Technical > Reports*) should be populated accordingly. | ||
|
||
* Go to Settings > Technical > Reports > Your csv report | ||
* Add encoding first | ||
* Choose encode error handling | ||
* Encoding: set an encoding system (such as cp932) | ||
* Encode Error Handling: select 'Ignore' or 'Replace' as necessary. | ||
|
||
Note: You can't see encode error handling if you don't add encoding first. | ||
* 'Ignore': in case of an encoding error, the problematic character will be removed from the exported file. | ||
* 'Replace': in case of an encoding error, the problematic character will be replaced with '?' symbol. | ||
* Leaving the field blank: in case of an encoding error, the report generation fails with an error message. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters