Сделал, но почему-то после применения перекрытия в json остаётся "\\1"
{
"target_filesystem_type": "WINDOWS",
"forced_polling": false,
"inputs": {
"@GUID": {
"base_directory": "\\1",
"encoding": "UTF-8",
"filename_regex": "(.*)",
"parser": {
"plain_parser": {
"skip_chunk_by_regex": "(#.+)"
}
},
"reader": {
"string_reader": {
"end_of_line_delimiter": "\r\n"
}
},
"recursion_depth": 1
},
"@GUID": {
"base_directory": "\\2",
"encoding": "UTF-8",
"filename_regex": "(.*)",
"parser": {
"plain_parser": {
"skip_chunk_by_regex": "(#.+)"
}
},
"reader": {
"string_reader": {
"end_of_line_delimiter": "\r\n"
}
},
"recursion_depth": 1
}
},