Hi,
I'm trying to build a custom (Python) transformer with a user defined "replacement" table.
The GUI_LINE_TABLE parameter type are defined as such (using semi-colon to separate pairs, and colon to separate values):
PARAMETER_NAME: REPL_LIST
PARAMETER_TYPE: GUI_LINE_TABLE COL_DELIM::%ROW_DELIM:;%NO_LABEL%NO_MOVE%"Erstat dette"%"STRING_ENCODED_OR_ATTR:REQUESTOR REQUESTOR"%"Med dette"%"STRING_ENCODED_OR_ATTR:SUPPLIER SUPPLIER"
PARAMETER_PROMPT: Enter values:
PARAMETER_DEFAULT:
If I set it up with this content:
I get the following output:
%U:<space>%U;%L2:%L1;test:.<comma><semicolon>:<u00e6><u00f8><u00e5><u00c6><u00d8><u00c5><solidus><backslash>
Is there a comprehensive list anywhere describing all the possible "FME encodings" like "<space>" ?
Cheers