I am replacing a manual process that extracta data and then they convert to Excel. Using the import in Excel will preserve the leading zeros.
However in IPA, after saving the SQL Node result to CSV, opening in Excel will remove the leading zeros (double click the CSV file). One way I can preserve is to make the column 00123 to ="00123". Excel will treat this as text, hence shows with leading zeros.
Anyone done something different?
Thanks