Extract Structured Data 모듈 문의

이번 업데이트 이전에는 Extract Structured Data에서 DataTable로 값을 불러오고 나서 다시 다른 페이지를 Extract Structured Data를 사용하여 같은 DataTable 변수로 받게되면 DataTable에서는 자동으로 ClearData를 한 후 Data를 읽어오던 걸로 알고있는데요.

이번 버전 부터는 ClearData는 되지 않고 연결하여서 Data가 입력이 됩니다.

혹 앞으로는 이 방식으로 이해하고 사용하면 된느건지 아니면 다시 이전 처럼 ClearData가 자동으로 이루어지는건지 알 수 있을까요?

@kimcar

Welcome to the Uipath Community.

If you scrape the data from all pages at a time then resultant output DataTable contains all pages data.

If you are scraping one page and then again sending request back to scrape the data then the result will contain current page output but it didn’t contain previous page data.

1 Like

안녕하세요
아래 영어로 답변한 내용을 보면 Clear되어야 할것 같아 보이네요.
매뉴얼에는 output 에 DataTable이 존재하는 경우 어떻게 처리하는지 없어서 명확하지는 않습니다.
가급적이며 코딩하실때 동일한 변수를 사용하실거라면 이전 변수에서 Clear를 호출해주는게 좋을것 같습니다.

1 Like