2013-01-08 2 views
-1

eggPlant의 Excel, Text file 등과 같은 외부 데이터 시트에서 데이터를 읽는 방법이 있습니까?외부 데이터 시트에서 데이터 읽기 - eggPlant

입력 매개 변수의 다양한 세트에 대한 동일한 스크립트를 실행하는 경우이 나를 위해 유용 대신 값을 하드 코딩 증명 ..

-Siva

답변

0
1. Enter the data in the excel sheet and save it as a CSV file. 

2. Piece of code: 

repeat with theData= each line of file "D:\TestData.csv" 
    log item 1 of theData 
end repeat 
관련 문제