@ErjolaMema,
If you look at the Code stage of the
Import CSV action you'll see that it's using the Excel
QueryTables collection to build a new
QueryTable instance using the CSV data. There is a property that you can set on the QueryTable object instance that allows you to specify the data type of each column in the data that's being imported. By default, all columns are set to
xlGeneral. So you could enhance the code in the Code stage to include the definition of your CSV data's column data types.
You can find out more about the property (
TextFileColumnDataTypes)
here. As
@Michael ONeil pointed out, it may be easier to just perform an update on the column after you import the data. Especially if you have a large number of columns.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------