As , i try insert excel data into sql server using Bulk insert activity in UiPath… i having some issue while inserting into sql server… Columns are same name with excel as well as sql server but position of columns Name are different… can you tell me how to rearrange the columns name as per the sql server in linq method because i have huge data in excel…
i tried normal method it will take 2+hrs of timing to insert the data in sql server.
If you know the final index use the set ordinal with that index number…and remember set ordinal will scrabble the columns after the ordinal column…so start from last to arrange the columns and come to first
i cant able understand ur query…
input excel file == dt_Excel
this datatable to be manipulate like datatype (string, double, datetime,int) and then using bulk insert activity to be used to insert data to sql server… While using bulk insert input datatable columns name and sql server columns name should matched…i working on matching issue… so that i asked you…