My input data has numbers in it, which are manually formatted in excel to show the currency symbol next to them. The default behavior of Alteryx as far as I know is to read the plain data from each cell, ignoring any formatting. So in the process, while alteryx does read in the value and recognizes it as a number, I'm losing the currency symbol.
My question is, is there a way to read in the currency symbol as well which is the result of excel's built-in currency cell formatting, or is my only choice to add a separate currency column in my input data?