Read specific range in csv

Hi,

For excel we have read range to read specific cell.

How about csv? If we want to read specific cell in csv?

Thanks

1 Like

@mashy2

For CSV, we don’t have any activities to do that. But you can do one thing use Read CSV activity and will give you output as dataTable then use Write Range activity to write into Excel file and then follow normal procedure.

hi @mashy2

Its possible
Once after converting the csv to datatable with read csv activity with get row item we can get the specific cell value
here you go a sample xaml
specificceelll.zip (2.2 KB)

and it worked see

Cheers

2 Likes

did that work @mashy2

Thanks @Palaniyappan,

How about if i want to get the whole data starting from A7?

1 Like

here you go a xaml for that
specificceelll.zip (11.4 KB)

Cheers @mashy2

2 Likes

did that work @mashy2
Cheers

1 Like

any issues still @mashy2

1 Like

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