BOX import assigns column schema as number, causing leading zeros to drop, cannot add back
I've connected a number of CSV files via the BOX connector. There are a few columns that may have data with leading zeros. The box connector is automatically assigning the schema for these columns as number, which drops the zeros. The data is not patterned in a way that would allow me to add the zeros back in by padding…