Create a data table that does not contain all data

Hi All,

How can I create a data table that only takes the first six rows of data from a csv file?

Thanks in advance.

hi @jasperlzx

Steps

  1. Create a Build Data Table activity
  2. Use for each activity in dt
    3…Add data row activity
    4.Output Datatable

Thanks
Ashwin S

Hi @AshwinS2 ,

for my six rows not all headers and rows are fully filled. Am I still able to do it?

Thanks!

hi @jasperlzx

Then don’t add headers in build data table you can add six rows with the help of add data row

Thanks
Ashwin S

Sorry but I don’t really understand what you mean. Are you able to show a sample of this?

Thanks!

Hi @jasperlzx, Refer this,

Hi @Dominic ,
I can’t get this to work. Do u have a sample?

Thanks!

@jasperlzx,

Can you share the screenshot of your error for better understanding ?

Refer this sample xaml

Datatable_SkipAndTakeRows.xaml (17.4 KB)