Sort DataTable column with Numeric values

Hi,

I have been trying to sort a CSV file. But for some reason its not sorting when I sort with column have integer values.(In my case id and amout columns in the csv attached.)
I had tried with SORT DataTable activity also.but no luck. Excel file attached as CSV not supported for uploading.

Thanks,
AbySORT.xaml (7.0 KB)
MOCK_DATA.xlsx (14.1 KB)

Please ignore my post as I got it working.
For some reason UiPath reads the values (id and amount) as string itself. So I used the excel file instead for csv and it works.

Thanks,
Aby

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.