Data Sources v Transformation Rules - mapping blanks
G'day ONE members,
There are blanks for some rows in certain Dimensions in our source data files.
1. In DS w/o using a Logical Operator, pls share how to map those blanks to new values, and/or
2. In TR, please share how to map those blanks to new values.
Thank you.
I had another thought about this. You can create a List type map with the source value of ; (semicolon). That seems to pick up blank source records. I haven't tested it fully but it seems to work.
I use the Leading Fill Value setting in the data source to add a value to blanks. This will only add to the value if there are less characters in the dimension than there are in the leading fill value.
For example, if your leading fill value is set to ### and the file has a value of "x" the data source value would show "##x" or if the file has a blank value, it would show "###"