엑셀에서 병합된 셀 데이터 추출

안녕하세요 uipath 공부중입니다.
엑셀파일에서 A행은 셀 병합되어있습니다.
화면 캡처 2022-08-16 093530

다른엑셀파일은 리스트만 있습니다.
이름 테이블

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

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