Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
631 views
in Technique[技术] by (71.8m points)

How to concatenate CSV Files with Robotframework

New on Robotframework, I would like to concatenate several CSV files into one. I am reading the CSV library but I have some difficulties to understand it well. Does anyone would have a solution ?

Update 2.0 :

I succeed to copy data from csv to a new one wit h a For loop, compact in a key word now (Concatenate)

I still have one problem, How to apply this loop on each document successively in a folder ?
I try to use this :

FOR  ${Item}  IN  ${fileDirectory}
   @{csvDictList}    read csv file to list    ${Item}
   Concatenate   @{csvDictList}
END

But I get a permission error

Any idea ? Thank you :)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...