2016-11-09 1 views
-1

Robot 프레임 워크의 파일에서 빈 줄을 제거하는 방법. Ride를 사용합니다. 주석 처리 된 행은 제거했지만 빈 행은 제거 할 수 없습니다. 파일 내용 아래 Robot 프레임 워크의 파일에서 빈 줄을 제거하는 방법

은 다음과 같습니다

Settings.User = ABC Settings.Password = 1234

파일에서 빈 줄을 제거하는 데 사용할 수 있습니다

답변

0

샘플 코드 :

*** Test Case *** 
first test 
${contents}=Get File data.txt 
Create File data2.txt @{lines}=Split to lines ${contents} 
:FOR ${line} IN @{lines} 
\ ${length}= GetLength ${line} 
\ Run Keyword if ${length} != 0\ Append To File data2.txt ${line}\n