I have two columns, one is Name, another is Value.
| Name | Value |
| Loan Cross Ref | 12345678 |
When it is transformed by Cross Tab, the field names based on the Name changed to be "Loan_Cross_Ref", by adding this underscore between each word. This is annoying as it always failed in the Join tool following since the field in another file is coming as Loan Cross Ref.
So I am trying to understand the design logic of adding this underscore. As for temp solution, I have to use a select tool right after the Cross Tab to rename the field.