Extract cell value from the csv datatable variable

Hi, I am reading the csv and stored the data in a dt vairable, as I get the complete data of five fields. Like CustName, Date, Source, Destination, Place
these are the headers and below this I have one row data, Just want to extrat the CustName value from this. @Palaniyappan @Lahiru.Fernando @lakshman @HareeshMR

2 Likes

Like this
Dt.Rows(0)(“custname”)

2 Likes

@balkishan

You can use something like below;

Ahtesham

Thankyou @Palaniyappan

2 Likes

No worries buddy
Cheers @balkishan

2 Likes

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