Is there a special parameter we have to do to ignore specific characters when we export but not in the DOM itself? I am hoping to ignore dollar signs and percentage signs in the export so I just export the values. It would be even better if I can set the types for those specific columns to be numbers. I ran into an issue where they were processed as dates and fixed those to be processed as string, but it would be most ideal if I can tell the export to ignore the currency and percent characters on those specific columns.