I have started some experiments and can get the first cube to work.
I have run into a few limited problems, one of which is that I cannot
get the transform decode to work. I have created a file decode.txt and
it is coded with the ":" as a separator. All values (four digit
numbers) have a value associated with the code.
If I run the ctl file using the decode transform, the result is "No
value", which comes from the decode default values. Without the line,
the four digit number is stored in the column.
Here are some code excerpts:
in .ctl:
transform :material_type, :decode, {:decode_table_path => 'data/
decode.txt'}
Exerpt from decode.txt:
7955:TradedGoods
7960:Other
7966:Other
:NoMT
What do I need to change? Any hints?
Thanks in advance,
Torsten
What do I need to change? Any hints?
Thanks in advance,
Torsten