Assume a structure like this:
2014
...
2015
CustomerfolderA
ConfigfileDeviceA_2015_01_01_0800.txt
ConfigfileDeviceA_2015_01_02_0800.txt
...
ConfigfileDeviceB_2015_01_01_0800.txt
...
ConfigfileDeviceC_2015_01_01_0800.txt
...
MiscCustomerInfos.txt
Bla.txt
BlaBla.txt
...
CustomerfolderB
...
2016
...
What I want is to convert all the text-files of a folder to one org mode file per folder. The org headings should contain the name of the orginating text files and below should be the content of the orginating text files. What would be the exact commands to reach that goal?
Find in combination with Pandoc should be a solution. I found the releated thread about markdown-file conversion below, but the altering is too difficult for me.