Hi everyone,
Hi Aaron,
im not well versed in this specific Forge asset, but are you producing CSV files using excel? If so, check the data type. In my experience uploading excel files, ive found that sometimes the data type in an Excel file can take presedence over your structure data type, so i would test making sure that particular cell/column is set to Text.
This may not be helpful in your specific case, but something to check
regards,
Max
Hello @Aaron Kasab
I haven't tried this, but I think you can try to put that value inside double quotes in the CSV or add a leading apostrophe (’) before the number, a common trick in CSV.
Like:- " "+Var+" "
Like:- "'"+Var
Check your problems solve dor not
Hi @Aaron Kasab ,
I think in the csv file, the column that you want to set as text, should add the ' add the beginning of the data cell
Hope this help