S
sgrm123
Guest
Hi,
This is CSV file with 3 columns date, time and value.
Date Time VALUE
05/16/2019
I read csv file to datatable.
Now the datatable has 3 columns date, time, value.
Now I want to create new datatable from this datatable with date and time column combined to single column.(i.e) the new datatable would have datetime and value columns .
How to achieve it?
Continue reading...
This is CSV file with 3 columns date, time and value.
Date Time VALUE
05/16/2019
15:08:02
423
05/16/2019 15:08:02
423
05/16/2019 15:08:03
384
05/16/2019 15:08:04
521
05/16/2019 15:08:05
550
05/16/2019 15:08:06
460
05/16/2019 15:08:07
635
05/16/2019 15:08:08
538
05/16/2019 15:08:09
531
05/16/2019 15:08:10
428
I read csv file to datatable.
Now the datatable has 3 columns date, time, value.
Now I want to create new datatable from this datatable with date and time column combined to single column.(i.e) the new datatable would have datetime and value columns .
How to achieve it?
Continue reading...