export_excel
Export collected lead data to an Excel (.xlsx) file when automatic generation didn't occur or you need to re-export past results. Reads the raw resume ledger to rebuild the spreadsheet.
Instructions
수집 결과를 엑셀(.xlsx)로 다시 뽑는다.
수집이 정상으로 끝나면 엑셀은 자동 생성된다. 이 툴은 그러지 못한 경우를 위한 것이다 — cancel_collection으로 중단해 마무리 코드에 도달하지 못했거나, 예전에 모은 데이터를 지금 형식으로 다시 만들고 싶을 때.
재개 원장(.raw.jsonl)에서 만들므로 수집 도중에도 현재까지의 결과를 뽑을 수 있다.
Args: job_id: start_collection이 준 작업 id. csv_path: 결과 CSV 경로. job_id 대신 쓸 수 있고, 이전 세션의 결과에 쓴다. out_path: 저장할 .xlsx 경로. 비우면 CSV와 같은 이름으로 나란히 만든다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | ||
| csv_path | No | ||
| out_path | No |