I'm pulling journal entry data from Oracle and using Alteryx to trim a 159-column standard Oracle report down to 37. However, I'm having a problem with a #NAME? error in Excel, where the data within some of my columns starts with the characters "=-@". Excel renders this as #NAME? (although when I click into that cell, it shows "=-@Data"). I'd like to preserve the "Data" portion of the string.
After Input, Alteryx looks like it hardkeys the "#NAME?" error, so I haven't been able to find a way to trim the leading "=-@" characters within Alteryx so I can see the actual text present in the source. Any insights on how best to accomplish this? I'd like to build this into my workflow and avoid having to open each report in Excel and Find/Replace the problem characters if possible.