|
请问TableAPI如何中一个FileSystem数据源如何指定多个文件夹作为path?
目前我们source使用File System Connecter
.connect(
new FileSystem()
.path("file:///path/to/whatever") // required: path to a file or directory
)
看起来path只能指定一个文件夹或者文件
但是我们有需求需要将多个文件夹作为一个source,并且将这多个文件夹转移到一个文件夹下代价太大,请问有什么解决办法吗?
Kind regards
He Gongyin
|