Tries to detect columns with a different encoding than specified and decodes/encodes it accordingly.
Example

I Ain't Afraid of No Code!
[
[
"recode",
{
"subtable": null,
"charset": "utf-8",
"fields": [
"dim_A",
"dim_B"
],
"_comment": null
}
]
]
param str subtable: Name a subtable in which output will be stored (will create subtable where necessary).
param list fields: List of fields to be recoded.
param str charset: Character encoding scheme.
param str comment: A comment that will appear in the Transformation UI.
Comments
0 comments
Article is closed for comments.