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 :)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…