| 25 | – | KCHPRN |
|---|---|---|
| 32 | – | MCAFEE |
| 89 | – | KCH |
| 100 | – | KCH |
| 69 | – | KMCINDIA |
| 24 | – | KCN |
| 160 | – | KCNNEWBBDBAPP |
| 15 | – | KCN |
| 17 | – | KCN |
| splite first three value in datatable last column |
can you show the input and required output
if you want first 3 characters in a column into different column you can use expression
dt.column("Colname").Expression = "SUBSTRING([SourceCol], 0, 3)"
cheers