Hi! In my actual customer project, i have the need to merge multiple CSV files into one common CSV file.
Maybe, this makes sense only if the CSV files contain the same columns, but in my case i definitely need such a function.
For now, i have written it myself as user keyword in pythom, but i thought about adding it into this official RF lib.
-> Is this project still maintained & do we have the chance to add such a keyword ?
I can also create this pull request by myself if keyword approach as approved.