swkim
(Swkim)
1
안녕하세요 uipath 공부중입니다.
엑셀파일에서 A행은 셀 병합되어있습니다.

다른엑셀파일은 리스트만 있습니다.

아래 사진처럼 데이터를 가져올수 있는 방법이 있을까요?

ppr
(Peter Preuss)
2
we assume that a read range will split the merged rows with a result
| A
| B
| C
xx | 1
| 2
| 3
then we fill up the empty Col1 lines
the result would be:
| A
| B
| C
xx | 1
xx | 2
xx | 3
then we group the data on first column and will concat the group members