Hello everybody,
I’m a beginner in Dynamo and I try to import multiple CSV files (23 files precisely) in one Excel file at once thank to the node FileSystem.GetDirectoryContents. I’ve successed to load these files but the form of the result in Excel is not satisfying.
In fact, datas in CSV files are differents but titles are the same in each one of them. In my Excel I don’t know how to have the titles just once and all the data of the differents .csv files.
Any ideas ? If possible without Python script.
You can find screenshots of my dynamo and the result on Excel
Thank you in advance