First row data First Next time if present get another row value

Hi,

I need some idea given the input data sheet. In the First Row of the sheet is unique one. if first row value is repeated again don’t take first row value take from second Value on the same row.

dt_Excel.xlsx (9.2 KB)

Thanks
Shyam

should be implementable with a group by approach

Hi @ppr

in above input data
First time read all row

image

Next time read data from Geo_Coordinates Columns because name columns Name is same.

image

Do it for all remaining data as it as…

Thanks
Shyam

this is what can be done with processing the group members of the group

I have to type to individual value on the website… so that i want get row by row separately

can tell me logic or condition ?

Thanks
Shyam

we would need a more detailed description of your business case. Currently there is too much space for interpretations in different directions. Maybe you can describe the targeted processing flow along the different excel rows from sample.

Based on this we can help for the implementation

Hi @ppr

Name is standard for all the rows to fetch row based on the name.

Fetch step by step all columns in the excel sheet standard value name columns

Thanks
Shyam