HI, I Hava problem while Developing with loop(For each Excel row) and Extract Table Data.
first i use this :
browser : Chrome(IE Mode maybe)
situation : i am Extracting Table Data in For each Excel row for Extracting same table from other keyword
but i have problem like this
target for Exract table
Keyword : a
Column
a1
a2
Keyword : b
Column
b1
Keyword : c
Nothing
when i use Extract table data with For Each Excel row:
First Loop : Using Keyword ‘a’
column
a1
a2
Second Loop : Using Keyword ‘b’
b1
a2
Thrid Loop : Using Keyword ‘c’
b1
a2
this is same output when i changed Properties “Append result” check or uncheck
i need like this
Loop a
a1
a2
Loop b
b1
Loop c
nothing
what i’ve tried
- Change browser type
- check/uncheck properties “Append Results” in Extract Table Data
- useing DataTable Type Variable and “new DataTable” to Variable
- delay
- use Project Notebook
안녕하세요. for each Excel row와 테이블 추출을 같이 사용하는데 문제가 발생했습니다.
브라우저 형식 : Chrome(IE Mode maybe)
situation : for each Excel row에서 나오는 Currentrow를 이용해 키워드로 검색 한 뒤 동일한 형식의 테이블을 추출하는데 이상한 점이 있습니다.
추출할 테이블 형식은 아래와 같습니다.
a 키워드를 검색했을 때
Column
a1
a2
b 키워드를 검색했을 때
Column
b1
c 키워드를 검색했을 떼
Nothing
실제 StudioX를 실행하면 결과가 아래와 같습니다.
a 키워드 반복
column
a1
a2
b 키워드 반복
b1
a2
c 키워드 반복
b1
a2
Extract Table data의 옵션 Append results를 체크하던 치크하지 않던 똑같습니다.
저는 이런 결과를 원합니다 ㅠㅠ
Loop a
a1
a2
Loop b
b1
Loop c
nothing
제가 해결하기 위해 시도 해본 것은
1 브라우저 변경
2 Append Result 속성 체크/체크해제
3 Extract Table Data의 결과를 변수 dt에 담고 dt를 초기화
4 딜레이 주기
5.프로젝트 노트북에 저장하기
도와주세요 ㅠㅠ 이것때문에 골치아프네요